Uses of Class
io.trino.tempto.fulfillment.table.TableHandle
Packages that use TableHandle
Package
Description
-
Uses of TableHandle in io.trino.tempto.fulfillment.table
Fields in io.trino.tempto.fulfillment.table declared as TableHandleMethods in io.trino.tempto.fulfillment.table that return TableHandleModifier and TypeMethodDescriptionTableDefinition.getTableHandle()TableRequirement.getTableHandle()TableHandle.inDatabase(String database) static TableHandlestatic TableHandleTableHandle.tableHandle(String name) TableHandle.withNoSchema()Methods in io.trino.tempto.fulfillment.table with parameters of type TableHandleModifier and TypeMethodDescriptionReadOnlyTableManager.createImmutable(T tableDefinition, TableHandle tableHandle) TableManager.createImmutable(T tableDefinition, TableHandle tableHandle) ReadOnlyTableManager.createMutable(T tableDefinition, MutableTableRequirement.State state, TableHandle tableHandle) TableManager.createMutable(T tableDefinition, MutableTableRequirement.State state, TableHandle tableHandle) TableDefinitionsRepository.get(TableHandle tableHandle) TablesState.get(TableHandle tableHandle) TableManagerDispatcher.getTableManagerFor(TableDefinition tableDefinition, TableHandle tableHandle) static TableDefinitionTableDefinitionsRepository.tableDefinition(TableHandle tableHandle) MutableTableRequirement.MutableTableRequirementBuilder.withTableHandle(TableHandle tableHandle) Constructors in io.trino.tempto.fulfillment.table with parameters of type TableHandleModifierConstructorDescriptionImmutableTableRequirement(TableDefinition tableDefinition, TableHandle tableHandle) ReadOnlyTableDefinition(TableHandle handle) TableDefinition(TableHandle handle) protectedTableRequirement(TableDefinition tableDefinition, TableHandle tableHandle) -
Uses of TableHandle in io.trino.tempto.fulfillment.table.hive
Methods in io.trino.tempto.fulfillment.table.hive with parameters of type TableHandleModifier and TypeMethodDescriptionstatic HiveTableDefinitionHiveTableDefinition.hiveTableDefinition(TableHandle handle, String createTableDDLTemplate, HiveDataSource dataSource) -
Uses of TableHandle in io.trino.tempto.fulfillment.table.jdbc
Methods in io.trino.tempto.fulfillment.table.jdbc with parameters of type TableHandleModifier and TypeMethodDescriptionstatic RelationalTableDefinitionRelationalTableDefinition.relationalTableDefinition(TableHandle tableHandle, String createTableDDLTemplate, RelationalDataSource dataSource) Constructors in io.trino.tempto.fulfillment.table.jdbc with parameters of type TableHandleModifierConstructorDescriptionprotectedRelationalTableDefinition(TableHandle handle, String createTableDDLTemplate, RelationalDataSource dataSource) -
Uses of TableHandle in io.trino.tempto.internal.convention
Fields in io.trino.tempto.internal.convention declared as TableHandleMethods in io.trino.tempto.internal.convention that return types with arguments of type TableHandle -
Uses of TableHandle in io.trino.tempto.internal.fulfillment.table
Methods in io.trino.tempto.internal.fulfillment.table with parameters of type TableHandleModifier and TypeMethodDescriptionprotected TableNameAbstractTableManager.createImmutableTableName(TableHandle tableHandle) protected TableNameAbstractTableManager.createMutableTableName(TableHandle tableHandle) DefaultTableManagerDispatcher.getTableManagerFor(TableDefinition tableDefinition, TableHandle tableHandle) -
Uses of TableHandle in io.trino.tempto.internal.fulfillment.table.cassandra
Methods in io.trino.tempto.internal.fulfillment.table.cassandra with parameters of type TableHandleModifier and TypeMethodDescriptionstatic CassandraTableDefinitionCassandraTableDefinition.cassandraTableDefinition(TableHandle tableHandle, String createTableDDLTemplate, RelationalDataSource dataSource) CassandraTableManager.createImmutable(CassandraTableDefinition tableDefinition, TableHandle tableHandle) protected TableNameCassandraTableManager.createImmutableTableName(TableHandle tableHandle) CassandraTableManager.createMutable(CassandraTableDefinition tableDefinition, MutableTableRequirement.State state, TableHandle tableHandle) protected TableNameCassandraTableManager.createMutableTableName(TableHandle tableHandle) -
Uses of TableHandle in io.trino.tempto.internal.fulfillment.table.hive
Methods in io.trino.tempto.internal.fulfillment.table.hive with parameters of type TableHandleModifier and TypeMethodDescriptionHiveTableManager.createImmutable(HiveTableDefinition tableDefinition, TableHandle tableHandle) HiveTableManager.createMutable(HiveTableDefinition tableDefinition, MutableTableRequirement.State state, TableHandle tableHandle) -
Uses of TableHandle in io.trino.tempto.internal.fulfillment.table.jdbc
Methods in io.trino.tempto.internal.fulfillment.table.jdbc with parameters of type TableHandleModifier and TypeMethodDescriptionJdbcTableManager.createImmutable(RelationalTableDefinition tableDefinition, TableHandle tableHandle) JdbcTableManager.createMutable(RelationalTableDefinition tableDefinition, MutableTableRequirement.State state, TableHandle tableHandle)