Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Mar 13, 2023
1 parent d080d16 commit 2c22860
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/include/optimizer/asp_optimizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ class ASPOptimizer : public LogicalOperatorVisitor {

bool isProbeSideQualified(planner::LogicalOperator* probeRoot);

// First dimension represents number of semi mask to generate.
// Second dimension represents scans to which each semi mask should apply.
binder::expression_map<std::vector<planner::LogicalOperator*>> resolveScanNodesToApplySemiMask(
const binder::expression_vector& nodeIDCandidates,
const std::vector<planner::LogicalOperator*>& buildRoots);
Expand Down

0 comments on commit 2c22860

Please sign in to comment.