Uses of Class
io.trino.sql.planner.plan.TableFunctionNode
Packages that use TableFunctionNode
-
Uses of TableFunctionNode in io.trino.sql.planner.iterative.rule
Classes in io.trino.sql.planner.iterative.rule that implement interfaces with type arguments of type TableFunctionNodeModifier and TypeClassDescriptionclassThis rule prepares cartesian product of partitions from all inputs of table function.Methods in io.trino.sql.planner.iterative.rule that return types with arguments of type TableFunctionNodeMethods in io.trino.sql.planner.iterative.rule with parameters of type TableFunctionNodeModifier and TypeMethodDescriptionImplementTableFunctionSource.apply(TableFunctionNode node, Captures captures, Rule.Context context) -
Uses of TableFunctionNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type TableFunctionNodeMethods in io.trino.sql.planner.plan with parameters of type TableFunctionNodeModifier and TypeMethodDescriptionPlanVisitor.visitTableFunction(TableFunctionNode node, C context)