Uses of Class
io.trino.spi.connector.ConnectorTableLayout
Packages that use ConnectorTableLayout
-
Uses of ConnectorTableLayout in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type ConnectorTableLayoutModifier and TypeMethodDescriptiondefault Optional<ConnectorTableLayout>ConnectorMetadata.getInsertLayout(ConnectorSession session, ConnectorTableHandle tableHandle) Get the physical layout for inserting into an existing table.default Optional<ConnectorTableLayout>ConnectorMetadata.getLayoutForTableExecute(ConnectorSession session, ConnectorTableExecuteHandle tableExecuteHandle) default Optional<ConnectorTableLayout>ConnectorMetadata.getNewTableLayout(ConnectorSession session, ConnectorTableMetadata tableMetadata) Get the physical layout for a new table.Method parameters in io.trino.spi.connector with type arguments of type ConnectorTableLayoutModifier and TypeMethodDescriptiondefault ConnectorOutputTableHandleConnectorMetadata.beginCreateTable(ConnectorSession session, ConnectorTableMetadata tableMetadata, Optional<ConnectorTableLayout> layout, RetryMode retryMode) Deprecated.default ConnectorOutputTableHandleConnectorMetadata.beginCreateTable(ConnectorSession session, ConnectorTableMetadata tableMetadata, Optional<ConnectorTableLayout> layout, RetryMode retryMode, boolean replace) Begin the atomic creation of a table with data.
ConnectorMetadata.beginCreateTable(ConnectorSession session, ConnectorTableMetadata tableMetadata, Optional layout, RetryMode retryMode, boolean replace)