Uses of Class
io.trino.sql.planner.plan.TableWriterNode
-
Packages that use TableWriterNode Package Description io.trino.sql.planner.iterative.rule io.trino.sql.planner.optimizations io.trino.sql.planner.plan -
-
Uses of TableWriterNode in io.trino.sql.planner.iterative.rule
Fields in io.trino.sql.planner.iterative.rule with type parameters of type TableWriterNode Modifier and Type Field Description static Pattern<TableWriterNode>ApplyPreferredTableWriterPartitioning. WRITER_NODE_WITH_PREFERRED_PARTITIONINGMethods in io.trino.sql.planner.iterative.rule that return types with arguments of type TableWriterNode Modifier and Type Method Description Pattern<TableWriterNode>ApplyPreferredTableWriterPartitioning. getPattern()Pattern<TableWriterNode>PruneTableWriterSourceColumns. getPattern()Pattern<TableWriterNode>PushTableWriteThroughUnion. getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type TableWriterNode Modifier and Type Method Description Rule.ResultApplyPreferredTableWriterPartitioning. apply(TableWriterNode node, Captures captures, Rule.Context context)Rule.ResultPruneTableWriterSourceColumns. apply(TableWriterNode tableWriterNode, Captures captures, Rule.Context context)Rule.ResultPushTableWriteThroughUnion. apply(TableWriterNode writerNode, Captures captures, Rule.Context context) -
Uses of TableWriterNode in io.trino.sql.planner.optimizations
Methods in io.trino.sql.planner.optimizations that return TableWriterNode Modifier and Type Method Description TableWriterNodeSymbolMapper. map(TableWriterNode node, PlanNode source)TableWriterNodeSymbolMapper. map(TableWriterNode node, PlanNode source, PlanNodeId newId)Methods in io.trino.sql.planner.optimizations with parameters of type TableWriterNode Modifier and Type Method Description TableWriterNodeSymbolMapper. map(TableWriterNode node, PlanNode source)TableWriterNodeSymbolMapper. map(TableWriterNode node, PlanNode source, PlanNodeId newId) -
Uses of TableWriterNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type TableWriterNode Modifier and Type Method Description static Pattern<TableWriterNode>Patterns. tableWriterNode()Methods in io.trino.sql.planner.plan with parameters of type TableWriterNode Modifier and Type Method Description RPlanVisitor. visitTableWriter(TableWriterNode node, C context)
-