Uses of Class
io.trino.metadata.InsertTableHandle
-
Packages that use InsertTableHandle Package Description io.trino.metadata io.trino.split io.trino.sql.planner.plan -
-
Uses of InsertTableHandle in io.trino.metadata
Methods in io.trino.metadata that return InsertTableHandle Modifier and Type Method Description InsertTableHandleMetadata. beginInsert(Session session, TableHandle tableHandle, List<ColumnHandle> columns)Begin insert queryInsertTableHandleMetadataManager. beginInsert(Session session, TableHandle tableHandle, List<ColumnHandle> columns)InsertTableHandleMetadata. beginRefreshMaterializedView(Session session, TableHandle tableHandle, List<TableHandle> sourceTableHandles)Begin refresh materialized view queryInsertTableHandleMetadataManager. beginRefreshMaterializedView(Session session, TableHandle tableHandle, List<TableHandle> sourceTableHandles)Methods in io.trino.metadata with parameters of type InsertTableHandle Modifier and Type Method Description Optional<ConnectorOutputMetadata>Metadata. finishInsert(Session session, InsertTableHandle tableHandle, Collection<io.airlift.slice.Slice> fragments, Collection<ComputedStatistics> computedStatistics)Finish insert queryOptional<ConnectorOutputMetadata>MetadataManager. finishInsert(Session session, InsertTableHandle tableHandle, Collection<io.airlift.slice.Slice> fragments, Collection<ComputedStatistics> computedStatistics)Optional<ConnectorOutputMetadata>Metadata. finishRefreshMaterializedView(Session session, TableHandle tableHandle, InsertTableHandle insertTableHandle, Collection<io.airlift.slice.Slice> fragments, Collection<ComputedStatistics> computedStatistics, List<TableHandle> sourceTableHandles)Finish refresh materialized view queryOptional<ConnectorOutputMetadata>MetadataManager. finishRefreshMaterializedView(Session session, TableHandle tableHandle, InsertTableHandle insertHandle, Collection<io.airlift.slice.Slice> fragments, Collection<ComputedStatistics> computedStatistics, List<TableHandle> sourceTableHandles) -
Uses of InsertTableHandle in io.trino.split
Methods in io.trino.split with parameters of type InsertTableHandle Modifier and Type Method Description ConnectorPageSinkPageSinkManager. createPageSink(Session session, InsertTableHandle tableHandle)ConnectorPageSinkPageSinkProvider. createPageSink(Session session, InsertTableHandle tableHandle) -
Uses of InsertTableHandle in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return InsertTableHandle Modifier and Type Method Description InsertTableHandleTableWriterNode.InsertTarget. getHandle()InsertTableHandleTableWriterNode.RefreshMaterializedViewTarget. getInsertHandle()Constructors in io.trino.sql.planner.plan with parameters of type InsertTableHandle Constructor Description InsertTarget(InsertTableHandle handle, SchemaTableName schemaTableName)RefreshMaterializedViewTarget(TableHandle tableHandle, InsertTableHandle insertHandle, SchemaTableName schemaTableName, List<TableHandle> sourceTableHandles)
-