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