| Package | Description |
|---|---|
| io.prestosql.metadata | |
| io.prestosql.split | |
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
InsertTableHandle |
Metadata.beginInsert(Session session,
TableHandle tableHandle)
Begin insert query
|
InsertTableHandle |
MetadataManager.beginInsert(Session session,
TableHandle tableHandle) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConnectorOutputMetadata> |
Metadata.finishInsert(Session session,
InsertTableHandle tableHandle,
Collection<io.airlift.slice.Slice> fragments,
Collection<ComputedStatistics> computedStatistics)
Finish insert query
|
Optional<ConnectorOutputMetadata> |
MetadataManager.finishInsert(Session session,
InsertTableHandle tableHandle,
Collection<io.airlift.slice.Slice> fragments,
Collection<ComputedStatistics> computedStatistics) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorPageSink |
PageSinkProvider.createPageSink(Session session,
InsertTableHandle tableHandle) |
ConnectorPageSink |
PageSinkManager.createPageSink(Session session,
InsertTableHandle tableHandle) |
| Modifier and Type | Method and Description |
|---|---|
InsertTableHandle |
TableWriterNode.InsertHandle.getHandle() |
| Constructor and Description |
|---|
InsertHandle(InsertTableHandle handle,
SchemaTableName schemaTableName) |
Copyright © 2012–2019. All rights reserved.