Uses of Class
io.trino.tempto.internal.fulfillment.table.TableNameGenerator
Packages that use TableNameGenerator
Package
Description
-
Uses of TableNameGenerator in io.trino.tempto.internal.fulfillment.table
Constructors in io.trino.tempto.internal.fulfillment.table with parameters of type TableNameGeneratorModifierConstructorDescriptionAbstractTableManager(QueryExecutor queryExecutor, TableNameGenerator tableNameGenerator) -
Uses of TableNameGenerator in io.trino.tempto.internal.fulfillment.table.cassandra
Constructors in io.trino.tempto.internal.fulfillment.table.cassandra with parameters of type TableNameGeneratorModifierConstructorDescriptionCassandraTableManager(TableNameGenerator tableNameGenerator, String databaseName, Configuration configuration) -
Uses of TableNameGenerator in io.trino.tempto.internal.fulfillment.table.hive
Constructors in io.trino.tempto.internal.fulfillment.table.hive with parameters of type TableNameGeneratorModifierConstructorDescriptionHiveTableManager(QueryExecutor queryExecutor, HdfsDataSourceWriter hdfsDataSourceWriter, TableNameGenerator tableNameGenerator, HiveThriftClient hiveThriftClient, String testDataBasePath, String databaseName, boolean injectStatsForImmutableTables, boolean injectStatsForMutableTables) HiveTableManager(QueryExecutor queryExecutor, HdfsDataSourceWriter hdfsDataSourceWriter, TableNameGenerator tableNameGenerator, String testDataBasePath, String databaseName, boolean injectStatsForImmutableTables, boolean injectStatsForMutableTables, String thriftHost, String thriftPort) -
Uses of TableNameGenerator in io.trino.tempto.internal.fulfillment.table.jdbc
Constructors in io.trino.tempto.internal.fulfillment.table.jdbc with parameters of type TableNameGeneratorModifierConstructorDescriptionJdbcTableManager(QueryExecutor queryExecutor, TableNameGenerator tableNameGenerator, String databaseName, Configuration configuration)