Uses of Class
io.trino.sql.planner.plan.TableExecuteNode
Packages that use TableExecuteNode
Package
Description
-
Uses of TableExecuteNode in io.trino.sql.planner.iterative.rule
Classes in io.trino.sql.planner.iterative.rule that implement interfaces with type arguments of type TableExecuteNodeMethods in io.trino.sql.planner.iterative.rule that return types with arguments of type TableExecuteNodeMethods in io.trino.sql.planner.iterative.rule with parameters of type TableExecuteNodeModifier and TypeMethodDescriptionPruneTableExecuteSourceColumns.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 TableExecuteNodeModifier and TypeMethodDescriptionSymbolMapper.map(TableExecuteNode node, PlanNode source) SymbolMapper.map(TableExecuteNode node, PlanNode source, PlanNodeId newId) Methods in io.trino.sql.planner.optimizations with parameters of type TableExecuteNodeModifier and TypeMethodDescriptionSymbolMapper.map(TableExecuteNode node, PlanNode source) SymbolMapper.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 TableExecuteNodeMethods in io.trino.sql.planner.plan with parameters of type TableExecuteNodeModifier and TypeMethodDescriptionPlanVisitor.visitTableExecute(TableExecuteNode node, C context)