incubator-graphar icon indicating copy to clipboard operation
incubator-graphar copied to clipboard

[Feat][C++] Filter pushdown for `ConstructVerticesCollection` and `ConstructEdgesCollection`

Open Ziy1-Tan opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. At present, C++ Reader already supports the filter push-down feature, considering the ease of use, we can also add this feature for high-level APIs

Describe the solution you'd like Pass FilterOptions parameters to ConstructVerticesCollection and ConstructEdgesCollection to specify row pushdown and column pushdown conditions

Additional context related to https://github.com/alibaba/GraphAr/issues/98

Ziy1-Tan avatar Jul 24 '23 05:07 Ziy1-Tan