yangxk1 commented on issue #699: URL: https://github.com/apache/incubator-graphar/issues/699#issuecomment-3002420104
Hi @unical1988 ! thanks for your interest in this issue! Multi-label support was proposed in #96. In short: a vertex/edge can have multiple labels. This feature has already been implemented in C++ ([test_multi_label.cc](https://github.com/apache/incubator-graphar/blob/main/cpp/test/test_multi_label.cc)), where a `bloom_filter` is used to enable fast filtering. You can refer to the issues and PRs mentioned in this issue, as well as the corresponding C++ code. Looking forward to your contribution! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
