| Package | Description |
|---|---|
| io.prestosql.metadata | |
| io.prestosql.split | |
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
OutputTableHandle |
Metadata.beginCreateTable(Session session,
String catalogName,
ConnectorTableMetadata tableMetadata,
Optional<NewTableLayout> layout)
Begin the atomic creation of a table with data.
|
OutputTableHandle |
MetadataManager.beginCreateTable(Session session,
String catalogName,
ConnectorTableMetadata tableMetadata,
Optional<NewTableLayout> layout) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConnectorOutputMetadata> |
Metadata.finishCreateTable(Session session,
OutputTableHandle tableHandle,
Collection<io.airlift.slice.Slice> fragments,
Collection<ComputedStatistics> computedStatistics)
Finish a table creation with data after the data is written.
|
Optional<ConnectorOutputMetadata> |
MetadataManager.finishCreateTable(Session session,
OutputTableHandle tableHandle,
Collection<io.airlift.slice.Slice> fragments,
Collection<ComputedStatistics> computedStatistics) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorPageSink |
PageSinkProvider.createPageSink(Session session,
OutputTableHandle tableHandle) |
ConnectorPageSink |
PageSinkManager.createPageSink(Session session,
OutputTableHandle tableHandle) |
| Modifier and Type | Method and Description |
|---|---|
OutputTableHandle |
TableWriterNode.CreateHandle.getHandle() |
| Constructor and Description |
|---|
CreateHandle(OutputTableHandle handle,
SchemaTableName schemaTableName) |
Copyright © 2012–2019. All rights reserved.