Uses of Class
io.prestosql.sql.planner.plan.TableWriterNode.WriterTarget
-
Packages that use TableWriterNode.WriterTarget Package Description io.prestosql.operator io.prestosql.sql.planner.optimizations io.prestosql.sql.planner.plan -
-
Uses of TableWriterNode.WriterTarget in io.prestosql.operator
Constructors in io.prestosql.operator with parameters of type TableWriterNode.WriterTarget Constructor Description TableWriterOperatorFactory(int operatorId, PlanNodeId planNodeId, PageSinkManager pageSinkManager, TableWriterNode.WriterTarget writerTarget, List<Integer> columnChannels, List<String> notNullChannelColumnNames, Session session, OperatorFactory statisticsAggregationOperatorFactory, List<Type> types) -
Uses of TableWriterNode.WriterTarget in io.prestosql.sql.planner.optimizations
Methods in io.prestosql.sql.planner.optimizations that return types with arguments of type TableWriterNode.WriterTarget Modifier and Type Method Description Optional<TableWriterNode.WriterTarget>BeginTableWrite.Context. getMaterializedHandle(TableWriterNode.WriterTarget handle)Methods in io.prestosql.sql.planner.optimizations with parameters of type TableWriterNode.WriterTarget Modifier and Type Method Description voidBeginTableWrite.Context. addMaterializedHandle(TableWriterNode.WriterTarget handle, TableWriterNode.WriterTarget materializedHandle)Optional<TableWriterNode.WriterTarget>BeginTableWrite.Context. getMaterializedHandle(TableWriterNode.WriterTarget handle) -
Uses of TableWriterNode.WriterTarget in io.prestosql.sql.planner.plan
Subclasses of TableWriterNode.WriterTarget in io.prestosql.sql.planner.plan Modifier and Type Class Description static classTableWriterNode.CreateReferencestatic classTableWriterNode.CreateTargetstatic classTableWriterNode.DeleteTargetstatic classTableWriterNode.InsertReferencestatic classTableWriterNode.InsertTargetstatic classTableWriterNode.RefreshMaterializedViewReferencestatic classTableWriterNode.RefreshMaterializedViewTargetMethods in io.prestosql.sql.planner.plan that return TableWriterNode.WriterTarget Modifier and Type Method Description TableWriterNode.WriterTargetTableFinishNode. getTarget()TableWriterNode.WriterTargetTableWriterNode. getTarget()Constructors in io.prestosql.sql.planner.plan with parameters of type TableWriterNode.WriterTarget Constructor Description TableFinishNode(PlanNodeId id, PlanNode source, TableWriterNode.WriterTarget target, Symbol rowCountSymbol, Optional<StatisticAggregations> statisticsAggregation, Optional<StatisticAggregationsDescriptor<Symbol>> statisticsAggregationDescriptor)TableWriterNode(PlanNodeId id, PlanNode source, TableWriterNode.WriterTarget target, Symbol rowCountSymbol, Symbol fragmentSymbol, List<Symbol> columns, List<String> columnNames, Set<Symbol> notNullColumnSymbols, Optional<PartitioningScheme> partitioningScheme, Optional<StatisticAggregations> statisticsAggregation, Optional<StatisticAggregationsDescriptor<Symbol>> statisticsAggregationDescriptor)
-