Package io.trino.sql.planner.plan
Class TableFunctionNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.TableFunctionNode
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final record -
Constructor Summary
ConstructorsConstructorDescriptionTableFunctionNode(PlanNodeId id, String name, CatalogHandle functionCatalog, Map<String, Argument> arguments, List<Symbol> properOutputs, List<PlanNode> sources, List<TableFunctionNode.TableArgumentProperties> tableArgumentProperties, List<List<String>> copartitioningLists, TableFunctionHandle handle) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) getName()replaceChildren(List<PlanNode> newSources)
-
Constructor Details
-
TableFunctionNode
public TableFunctionNode(PlanNodeId id, String name, CatalogHandle functionCatalog, Map<String, Argument> arguments, List<Symbol> properOutputs, List<PlanNode> sources, List<TableFunctionNode.TableArgumentProperties> tableArgumentProperties, List<List<String>> copartitioningLists, TableFunctionHandle handle)
-
-
Method Details
-
getName
-
getFunctionCatalog
-
getArguments
-
getProperOutputs
-
getTableArgumentProperties
-
getCopartitioningLists
-
getHandle
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-