Uses of Class
io.trino.sql.planner.plan.TableExecuteNode
-
Packages that use TableExecuteNode Package Description io.trino.sql.planner.iterative.rule io.trino.sql.planner.optimizations io.trino.sql.planner.plan -
-
Uses of TableExecuteNode in io.trino.sql.planner.iterative.rule
Fields in io.trino.sql.planner.iterative.rule with type parameters of type TableExecuteNode Modifier and Type Field Description static Pattern<TableExecuteNode>ApplyPreferredTableExecutePartitioning. TABLE_EXECUTE_NODE_WITH_PREFERRED_PARTITIONINGMethods in io.trino.sql.planner.iterative.rule that return types with arguments of type TableExecuteNode Modifier and Type Method Description Pattern<TableExecuteNode>ApplyPreferredTableExecutePartitioning. getPattern()Pattern<TableExecuteNode>PruneTableExecuteSourceColumns. getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type TableExecuteNode Modifier and Type Method Description Rule.ResultApplyPreferredTableExecutePartitioning. apply(TableExecuteNode node, Captures captures, Rule.Context context)Rule.ResultPruneTableExecuteSourceColumns. apply(TableExecuteNode tableExecuteNode, Captures captures, Rule.Context context) -
Uses of TableExecuteNode in io.trino.sql.planner.optimizations
Methods in io.trino.sql.planner.optimizations that return TableExecuteNode Modifier and Type Method Description TableExecuteNodeSymbolMapper. map(TableExecuteNode node, PlanNode source)TableExecuteNodeSymbolMapper. map(TableExecuteNode node, PlanNode source, PlanNodeId newId)Methods in io.trino.sql.planner.optimizations with parameters of type TableExecuteNode Modifier and Type Method Description TableExecuteNodeSymbolMapper. map(TableExecuteNode node, PlanNode source)TableExecuteNodeSymbolMapper. map(TableExecuteNode node, PlanNode source, PlanNodeId newId) -
Uses of TableExecuteNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type TableExecuteNode Modifier and Type Method Description static Pattern<TableExecuteNode>Patterns. tableExecute()Methods in io.trino.sql.planner.plan with parameters of type TableExecuteNode Modifier and Type Method Description RPlanVisitor. visitTableExecute(TableExecuteNode node, C context)
-