Uses of Class
io.trino.metadata.NewTableLayout
Packages that use NewTableLayout
-
Uses of NewTableLayout in io.trino.metadata
Methods in io.trino.metadata that return types with arguments of type NewTableLayoutModifier and TypeMethodDescriptionMetadata.getInsertLayout(Session session, TableHandle target) MetadataManager.getInsertLayout(Session session, TableHandle table) Metadata.getLayoutForTableExecute(Session session, TableExecuteHandle tableExecuteHandle) MetadataManager.getLayoutForTableExecute(Session session, TableExecuteHandle tableExecuteHandle) Metadata.getNewTableLayout(Session session, String catalogName, ConnectorTableMetadata tableMetadata) MetadataManager.getNewTableLayout(Session session, String catalogName, ConnectorTableMetadata tableMetadata) Method parameters in io.trino.metadata with type arguments of type NewTableLayoutModifier and TypeMethodDescriptionMetadata.beginCreateTable(Session session, String catalogName, ConnectorTableMetadata tableMetadata, Optional<NewTableLayout> layout) Begin the atomic creation of a table with data.MetadataManager.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 NewTableLayoutModifier and TypeMethodDescriptionAnalysis.Create.getLayout()Analysis.Insert.getNewTableLayout()Constructor parameters in io.trino.sql.analyzer with type arguments of type NewTableLayoutModifierConstructorDescriptionInsert(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 NewTableLayoutConstructor parameters in io.trino.sql.planner.plan with type arguments of type NewTableLayoutModifierConstructorDescriptionCreateReference(String catalog, ConnectorTableMetadata tableMetadata, Optional<NewTableLayout> layout)