| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.classloader | |
| com.facebook.presto.spi.connector | |
| com.facebook.presto.spi.connector.classloader |
| Modifier and Type | Method and Description |
|---|---|
ConnectorTableMetadata |
SystemTable.getTableMetadata() |
ConnectorTableMetadata |
ConnectorMetadata.getTableMetadata(ConnectorSession session,
ConnectorTableHandle table)
Deprecated.
Return the metadata for the specified table handle.
|
| Modifier and Type | Method and Description |
|---|---|
default ConnectorOutputTableHandle |
ConnectorMetadata.beginCreateTable(ConnectorSession session,
ConnectorTableMetadata tableMetadata)
Deprecated.
Begin the atomic creation of a table with data.
|
static InMemoryRecordSet.Builder |
InMemoryRecordSet.builder(ConnectorTableMetadata tableMetadata) |
default void |
ConnectorMetadata.createTable(ConnectorSession session,
ConnectorTableMetadata tableMetadata)
Deprecated.
Creates a table using the specified table metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorTableMetadata |
ClassLoaderSafeConnectorMetadata.getTableMetadata(ConnectorSession session,
ConnectorTableHandle table) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorOutputTableHandle |
ClassLoaderSafeConnectorMetadata.beginCreateTable(ConnectorSession session,
ConnectorTableMetadata tableMetadata) |
void |
ClassLoaderSafeConnectorMetadata.createTable(ConnectorSession session,
ConnectorTableMetadata tableMetadata) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorTableMetadata |
ConnectorMetadata.getTableMetadata(ConnectorSession session,
ConnectorTableHandle table)
Return the metadata for the specified table handle.
|
| Modifier and Type | Method and Description |
|---|---|
default ConnectorOutputTableHandle |
ConnectorMetadata.beginCreateTable(ConnectorSession session,
ConnectorTableMetadata tableMetadata,
Optional<ConnectorNewTableLayout> layout)
Begin the atomic creation of a table with data.
|
default void |
ConnectorMetadata.createTable(ConnectorSession session,
ConnectorTableMetadata tableMetadata)
Creates a table using the specified table metadata.
|
default Optional<ConnectorNewTableLayout> |
ConnectorMetadata.getNewTableLayout(ConnectorSession session,
ConnectorTableMetadata tableMetadata)
Get the physical layout for a new table.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorTableMetadata |
ClassLoaderSafeConnectorMetadata.getTableMetadata(ConnectorSession session,
ConnectorTableHandle table) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorOutputTableHandle |
ClassLoaderSafeConnectorMetadata.beginCreateTable(ConnectorSession session,
ConnectorTableMetadata tableMetadata,
Optional<ConnectorNewTableLayout> layout) |
void |
ClassLoaderSafeConnectorMetadata.createTable(ConnectorSession session,
ConnectorTableMetadata tableMetadata) |
Optional<ConnectorNewTableLayout> |
ClassLoaderSafeConnectorMetadata.getNewTableLayout(ConnectorSession session,
ConnectorTableMetadata tableMetadata) |
Copyright © 2012-2016. All Rights Reserved.