Skip to content

Commit 4b4b9ca

Browse files
committed
add friend class in op_filter
1 parent 022d2b6 commit 4b4b9ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cypher/execution_plan/ops/op_filter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ namespace cypher {
2424

2525
class OpFilter : public OpBase {
2626
friend class EdgeFilterPushdownExpand;
27+
friend class EdgeFilterPushdownVarLenExpand;
2728
std::shared_ptr<lgraph::Filter> filter_;
2829
/* FilterState
2930
* Different states in which ExpandAll can be at. */

0 commit comments

Comments
 (0)