Skip to content

Commit

Permalink
add some to do in planner (#4520)
Browse files Browse the repository at this point in the history
* add some to do

* add Todo in planner

* Modify and add Todo in planner
  • Loading branch information
peter-rich authored Aug 13, 2022
1 parent aac9821 commit 4a725b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/graph/planner/ngql/IsomorPlanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ StatusOr<SubPlan> IsomorPlanner::transform(AstContext* astCtx) {
vidsVar = fetchCtx_->inputVarName;
}
}

// TODO: Add some to do while combining the executor and the planner.
// (1) create a plan node for Isomorphism.cpp
// (2) Define the Input and output of the plan node function.
// (3) Add the Register.
SubPlan subPlan;
auto* getVertices = GetVertices::make(qctx,
nullptr,
Expand Down

0 comments on commit 4a725b0

Please sign in to comment.