Re: [PR] feat(c++): label filtering API, benchmarks, and examples [incubator-graphar]

2025-05-21 Thread via GitHub
yangxk1 commented on code in PR #654: URL: https://github.com/apache/incubator-graphar/pull/654#discussion_r2099524173 ## cpp/src/graphar/high-level/graph_reader.cc: ## @@ -94,6 +100,290 @@ Vertex::Vertex(IdType id, } } +Result VertexIter::hasLabel(const std::string& label

Re: [PR] feat(c++): label filtering API, benchmarks, and examples [incubator-graphar]

2025-05-21 Thread via GitHub
yangxk1 commented on code in PR #654: URL: https://github.com/apache/incubator-graphar/pull/654#discussion_r2099522935 ## cpp/src/graphar/high-level/graph_reader.cc: ## @@ -94,6 +100,290 @@ Vertex::Vertex(IdType id, } } +Result VertexIter::hasLabel(const std::string& label