All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
R |
process(LogicalPlan logicalPlan,
C context) |
R |
visitCollect(io.crate.planner.operators.Collect logicalPlan,
C context) |
R |
visitCount(Count logicalPlan,
C context) |
R |
visitFetchOrEval(io.crate.planner.operators.FetchOrEval logicalPlan,
C context) |
R |
visitFilter(io.crate.planner.operators.Filter logicalPlan,
C context) |
R |
visitGet(Get logicalPlan,
C context) |
R |
visitGroupHashAggregate(GroupHashAggregate logicalPlan,
C context) |
R |
visitHashAggregate(HashAggregate logicalPlan,
C context) |
R |
visitHashJoin(io.crate.planner.operators.HashJoin logicalPlan,
C context) |
R |
visitInsert(Insert logicalPlan,
C context) |
R |
visitLimit(io.crate.planner.operators.Limit logicalPlan,
C context) |
R |
visitMultiPhase(MultiPhase logicalPlan,
C context) |
R |
visitNestedLoopJoin(io.crate.planner.operators.NestedLoopJoin logicalPlan,
C context) |
R |
visitOrder(io.crate.planner.operators.Order logicalPlan,
C context) |
protected R |
visitPlan(LogicalPlan logicalPlan,
C context) |
R |
visitRelationBoundary(RelationBoundary logicalPlan,
C context) |
R |
visitRootRelationBoundary(RootRelationBoundary logicalPlan,
C context) |
R |
visitUnion(Union logicalPlan,
C context) |