You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/10/13 06:40:57 UTC

[GitHub] [incubator-hugegraph] jokerCoCo opened a new issue, #1977: [Feature] 实现根据多属性分组并对分组后的顶点按照某一属性去重

jokerCoCo opened a new issue, #1977:
URL: https://github.com/apache/incubator-hugegraph/issues/1977

   ### Feature Description (功能描述)
   
   需求的功能:
   1、可以实现根据多个属性对顶点进行分组
   2、在第一步分组操作后,还可以对每个分组内的节点根据指定属性进行去重
         目前我在hugegraph的使用过程中,需要某一类型的顶点通过多个属性进行分组,例如我有一个person顶点,有name、age、city、country、job等属性;我希望可以根据city以及country这两个属性对person这个顶点进行分组,同时分组过后还可以根据job这一属性进行进一步的去重操作。
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-hugegraph] javeme commented on issue #1977: [Feature] 实现根据多属性分组并对分组后的顶点按照某一属性去重

Posted by GitBox <gi...@apache.org>.
javeme commented on issue #1977:
URL: https://github.com/apache/incubator-hugegraph/issues/1977#issuecomment-1277756566

   related to https://github.com/apache/incubator-hugegraph/issues/1972


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org