Uses of Class
io.trino.tempto.internal.fulfillment.table.TableName
Packages that use TableName
Package
Description
-
Uses of TableName in io.trino.tempto.fulfillment.table
Methods in io.trino.tempto.fulfillment.table that return TableNameMethods in io.trino.tempto.fulfillment.table that return types with arguments of type TableNameMethods in io.trino.tempto.fulfillment.table with parameters of type TableNameModifier and TypeMethodDescriptionvoidvoidConstructors in io.trino.tempto.fulfillment.table with parameters of type TableName -
Uses of TableName in io.trino.tempto.fulfillment.table.hive
Methods in io.trino.tempto.fulfillment.table.hive with parameters of type TableNameModifier and TypeMethodDescriptionHiveTableDefinition.PartitionDefinition.getAddPartitionTableDDL(TableName tableName, String location) -
Uses of TableName in io.trino.tempto.internal.fulfillment.table
Methods in io.trino.tempto.internal.fulfillment.table that return TableNameModifier and TypeMethodDescriptionprotected TableNameAbstractTableManager.createImmutableTableName(TableHandle tableHandle) protected TableNameAbstractTableManager.createMutableTableName(TableHandle tableHandle) Methods in io.trino.tempto.internal.fulfillment.table with parameters of type TableNameModifier and TypeMethodDescriptionvoidprotected voidAbstractTableManager.dropTableIgnoreError(TableName tableName) -
Uses of TableName in io.trino.tempto.internal.fulfillment.table.cassandra
Methods in io.trino.tempto.internal.fulfillment.table.cassandra that return TableNameModifier and TypeMethodDescriptionprotected TableNameCassandraTableManager.createImmutableTableName(TableHandle tableHandle) protected TableNameCassandraTableManager.createMutableTableName(TableHandle tableHandle) Methods in io.trino.tempto.internal.fulfillment.table.cassandra with parameters of type TableNameConstructors in io.trino.tempto.internal.fulfillment.table.cassandra with parameters of type TableNameModifierConstructorDescriptionprotectedCassandraTableInstance(TableName name, CassandraTableDefinition tableDefinition) -
Uses of TableName in io.trino.tempto.internal.fulfillment.table.hive
Constructors in io.trino.tempto.internal.fulfillment.table.hive with parameters of type TableNameModifierConstructorDescriptionHiveTableInstance(TableName tableName, HiveTableDefinition tableDefinition) -
Uses of TableName in io.trino.tempto.internal.fulfillment.table.jdbc
Constructors in io.trino.tempto.internal.fulfillment.table.jdbc with parameters of type TableNameModifierConstructorDescriptionJdbcTableInstance(TableName tableName, RelationalTableDefinition tableDefinition)