Uses of Class
io.trino.sql.planner.plan.TableWriterNode
Packages that use TableWriterNode
Package
Description
-
Uses of TableWriterNode in io.trino.sql.planner.iterative.rule
Fields in io.trino.sql.planner.iterative.rule with type parameters of type TableWriterNodeModifier and TypeFieldDescriptionstatic final Pattern<TableWriterNode>ApplyPreferredTableWriterPartitioning.WRITER_NODE_WITH_PREFERRED_PARTITIONINGMethods in io.trino.sql.planner.iterative.rule that return types with arguments of type TableWriterNodeModifier and TypeMethodDescriptionApplyPreferredTableWriterPartitioning.getPattern()PruneTableWriterSourceColumns.getPattern()PushTableWriteThroughUnion.getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type TableWriterNodeModifier and TypeMethodDescriptionApplyPreferredTableWriterPartitioning.apply(TableWriterNode node, Captures captures, Rule.Context context) PruneTableWriterSourceColumns.apply(TableWriterNode tableWriterNode, Captures captures, Rule.Context context) PushTableWriteThroughUnion.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 TableWriterNodeModifier and TypeMethodDescriptionSymbolMapper.map(TableWriterNode node, PlanNode source) SymbolMapper.map(TableWriterNode node, PlanNode source, PlanNodeId newId) Methods in io.trino.sql.planner.optimizations with parameters of type TableWriterNodeModifier and TypeMethodDescriptionSymbolMapper.map(TableWriterNode node, PlanNode source) SymbolMapper.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 TableWriterNodeMethods in io.trino.sql.planner.plan with parameters of type TableWriterNode