Package io.trino.sql.planner.plan
Class TableFunctionProcessorNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.TableFunctionProcessorNode
-
Constructor Summary
ConstructorsConstructorDescriptionTableFunctionProcessorNode(PlanNodeId id, String name, List<Symbol> properOutputs, Optional<PlanNode> source, boolean pruneWhenEmpty, List<TableFunctionNode.PassThroughSpecification> passThroughSpecifications, List<List<Symbol>> requiredSymbols, Optional<Map<Symbol, Symbol>> markerSymbols, Optional<DataOrganizationSpecification> specification, Set<Symbol> prePartitioned, int preSorted, Optional<Symbol> hashSymbol, TableFunctionHandle handle) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) getName()intbooleanreplaceChildren(List<PlanNode> newSources)
-
Constructor Details
-
TableFunctionProcessorNode
public TableFunctionProcessorNode(PlanNodeId id, String name, List<Symbol> properOutputs, Optional<PlanNode> source, boolean pruneWhenEmpty, List<TableFunctionNode.PassThroughSpecification> passThroughSpecifications, List<List<Symbol>> requiredSymbols, Optional<Map<Symbol, Symbol>> markerSymbols, Optional<DataOrganizationSpecification> specification, Set<Symbol> prePartitioned, int preSorted, Optional<Symbol> hashSymbol, TableFunctionHandle handle)
-
-
Method Details
-
getName
-
getProperOutputs
-
getSource
-
isPruneWhenEmpty
public boolean isPruneWhenEmpty() -
getPassThroughSpecifications
-
getRequiredSymbols
-
getMarkerSymbols
-
getSpecification
-
getPrePartitioned
-
getPreSorted
public int getPreSorted() -
getHashSymbol
-
getHandle
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-