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
Methods in io.trino.sql.planner.iterative.rule that return types with arguments of type TableWriterNodeModifier and TypeMethodDescriptionPruneTableWriterSourceColumns.getPattern()PushTableWriteThroughUnion.getPattern()Methods in io.trino.sql.planner.iterative.rule with parameters of type TableWriterNodeModifier and TypeMethodDescriptionPruneTableWriterSourceColumns.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