Package io.trino.sql.planner.plan
Class IndexSourceNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.IndexSourceNode
-
Constructor Summary
ConstructorsConstructorDescriptionIndexSourceNode(PlanNodeId id, IndexHandle indexHandle, TableHandle tableHandle, Set<Symbol> lookupSymbols, List<Symbol> outputSymbols, Map<Symbol, ColumnHandle> assignments) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) replaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
IndexSourceNode
public IndexSourceNode(PlanNodeId id, IndexHandle indexHandle, TableHandle tableHandle, Set<Symbol> lookupSymbols, List<Symbol> outputSymbols, Map<Symbol, ColumnHandle> assignments)
-
-
Method Details
-
getIndexHandle
-
getTableHandle
-
getLookupSymbols
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
getAssignments
-
getSources
- Specified by:
getSourcesin classPlanNode
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-