Skip to content

Commit

Permalink
Fix function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Dec 4, 2022
1 parent daee673 commit 59fb7a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/graph/planner/match/SegmentsConnector.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ class SegmentsConnector final {
const SubPlan& right,
const graph::Path& path);

static SubPlan patternApply(QueryContext* qctx,
static SubPlan patternApply(CypherClauseContextBase* ctx,
const SubPlan& left,
const std::vector<std::string>& inputColNames,
const SubPlan& right,
const std::vector<std::string>& keyCols,
bool isAntiPred = false);
const graph::Path& path);

/*
* left->right
Expand Down

0 comments on commit 59fb7a7

Please sign in to comment.