We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022d2b6 commit 4b4b9caCopy full SHA for 4b4b9ca
src/cypher/execution_plan/ops/op_filter.h
@@ -24,6 +24,7 @@ namespace cypher {
24
25
class OpFilter : public OpBase {
26
friend class EdgeFilterPushdownExpand;
27
+ friend class EdgeFilterPushdownVarLenExpand;
28
std::shared_ptr<lgraph::Filter> filter_;
29
/* FilterState
30
* Different states in which ExpandAll can be at. */
0 commit comments