Uses of Class
io.trino.metadata.TableLayout
-
Packages that use TableLayout Package Description io.trino.metadata io.trino.sql.analyzer io.trino.sql.planner.plan -
-
Uses of TableLayout in io.trino.metadata
Methods in io.trino.metadata that return types with arguments of type TableLayout Modifier and Type Method Description Optional<TableLayout>Metadata. getInsertLayout(Session session, TableHandle target)Optional<TableLayout>MetadataManager. getInsertLayout(Session session, TableHandle table)Optional<TableLayout>Metadata. getLayoutForTableExecute(Session session, TableExecuteHandle tableExecuteHandle)Optional<TableLayout>MetadataManager. getLayoutForTableExecute(Session session, TableExecuteHandle tableExecuteHandle)Optional<TableLayout>Metadata. getNewTableLayout(Session session, String catalogName, ConnectorTableMetadata tableMetadata)Optional<TableLayout>MetadataManager. getNewTableLayout(Session session, String catalogName, ConnectorTableMetadata tableMetadata)Method parameters in io.trino.metadata with type arguments of type TableLayout Modifier and Type Method Description OutputTableHandleMetadata. beginCreateTable(Session session, String catalogName, ConnectorTableMetadata tableMetadata, Optional<TableLayout> layout)Begin the atomic creation of a table with data.OutputTableHandleMetadataManager. beginCreateTable(Session session, String catalogName, ConnectorTableMetadata tableMetadata, Optional<TableLayout> layout) -
Uses of TableLayout in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return types with arguments of type TableLayout Modifier and Type Method Description Optional<TableLayout>Analysis.Create. getLayout()Optional<TableLayout>Analysis.Insert. getNewTableLayout()Constructor parameters in io.trino.sql.analyzer with type arguments of type TableLayout Constructor Description Insert(Table table, TableHandle target, List<ColumnHandle> columns, Optional<TableLayout> newTableLayout) -
Uses of TableLayout in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type TableLayout Modifier and Type Method Description Optional<TableLayout>TableWriterNode.CreateReference. getLayout()Constructor parameters in io.trino.sql.planner.plan with type arguments of type TableLayout Constructor Description CreateReference(String catalog, ConnectorTableMetadata tableMetadata, Optional<TableLayout> layout)
-