Uses of Class
io.trino.tempto.fulfillment.table.TableInstance
Packages that use TableInstance
Package
Description
-
Uses of TableInstance in io.trino.tempto.fulfillment.table
Methods in io.trino.tempto.fulfillment.table that return TableInstanceModifier and TypeMethodDescriptionReadOnlyTableManager.createImmutable(T tableDefinition, TableHandle tableHandle) default TableInstance<T>TableManager.createImmutable(T tableDefinition) TableManager.createImmutable(T tableDefinition, TableHandle tableHandle) static <T extends TableDefinition>
TableInstance<T>TableManager.createImmutableTable(T tableDefinition) ReadOnlyTableManager.createMutable(T tableDefinition, MutableTableRequirement.State state, TableHandle tableHandle) default TableInstance<T>TableManager.createMutable(T tableDefinition) default TableInstance<T>TableManager.createMutable(T tableDefinition, MutableTableRequirement.State state) TableManager.createMutable(T tableDefinition, MutableTableRequirement.State state, TableHandle tableHandle) static <T extends TableDefinition>
TableInstance<T>TableManager.createMutableTable(T tableDefinition) static <T extends TableDefinition>
TableInstance<T>TableManager.createMutableTable(T tableDefinition, MutableTableRequirement.State state) TablesState.get(TableDefinition tableDefinition) TablesState.get(TableHandle tableHandle) Methods in io.trino.tempto.fulfillment.table with parameters of type TableInstanceModifier and TypeMethodDescriptiondefault <T extends TableDefinition>
TableManager<T>TableManagerDispatcher.getTableManagerFor(TableInstance<T> tableInstance) Constructor parameters in io.trino.tempto.fulfillment.table with type arguments of type TableInstanceModifierConstructorDescriptionImmutableTablesState(List<TableInstance> tables) MutableTablesState(List<TableInstance> tables) TablesState(List<TableInstance> tables, String tableDescription) -
Uses of TableInstance in io.trino.tempto.internal.fulfillment.table
Methods in io.trino.tempto.internal.fulfillment.table that return TableInstanceModifier and TypeMethodDescriptionprotected TableInstanceImmutableTablesFulfiller.createTable(TableManager tableManager, ImmutableTableRequirement tableRequirement) protected TableInstanceMutableTablesFulfiller.createTable(TableManager tableManager, MutableTableRequirement tableRequirement) protected abstract TableInstanceTableRequirementFulfiller.createTable(TableManager tableManager, T tableRequirement) Method parameters in io.trino.tempto.internal.fulfillment.table with type arguments of type TableInstanceModifier and TypeMethodDescriptionprotected TablesStateImmutableTablesFulfiller.createState(List<TableInstance> tables) protected TablesStateMutableTablesFulfiller.createState(List<TableInstance> tables) protected abstract TablesStateTableRequirementFulfiller.createState(List<TableInstance> tables) -
Uses of TableInstance in io.trino.tempto.internal.fulfillment.table.cassandra
Subclasses of TableInstance in io.trino.tempto.internal.fulfillment.table.cassandraMethods in io.trino.tempto.internal.fulfillment.table.cassandra that return TableInstanceModifier and TypeMethodDescriptionCassandraTableManager.createImmutable(CassandraTableDefinition tableDefinition, TableHandle tableHandle) CassandraTableManager.createMutable(CassandraTableDefinition tableDefinition, MutableTableRequirement.State state, TableHandle tableHandle) -
Uses of TableInstance in io.trino.tempto.internal.fulfillment.table.hive
Subclasses of TableInstance in io.trino.tempto.internal.fulfillment.table.hive -
Uses of TableInstance in io.trino.tempto.internal.fulfillment.table.jdbc
Subclasses of TableInstance in io.trino.tempto.internal.fulfillment.table.jdbcMethods in io.trino.tempto.internal.fulfillment.table.jdbc that return TableInstanceModifier and TypeMethodDescriptionJdbcTableManager.createImmutable(RelationalTableDefinition tableDefinition, TableHandle tableHandle) JdbcTableManager.createMutable(RelationalTableDefinition tableDefinition, MutableTableRequirement.State state, TableHandle tableHandle)