Skip to content

Commit

Permalink
add op_var_len_expand and rule
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-dove committed Nov 29, 2024
1 parent 335335f commit 84eb65e
Show file tree
Hide file tree
Showing 7 changed files with 712 additions and 361 deletions.
1 change: 1 addition & 0 deletions src/cypher/execution_plan/ops/op_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace cypher {

class OpFilter : public OpBase {
friend class EdgeFilterPushdownExpand;
friend class EdgeFilterPushdownVarLenExpand;
std::shared_ptr<lgraph::Filter> filter_;
/* FilterState
* Different states in which ExpandAll can be at. */
Expand Down
Loading

0 comments on commit 84eb65e

Please sign in to comment.