Uses of Enum
io.trino.tempto.fulfillment.table.hive.tpch.TpchTable
Packages that use TpchTable
Package
Description
-
Uses of TpchTable in io.trino.tempto.fulfillment.table.hive.tpch
Methods in io.trino.tempto.fulfillment.table.hive.tpch that return TpchTableModifier and TypeMethodDescriptionstatic TpchTableReturns the enum constant of this type with the specified name.static TpchTable[]TpchTable.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.tempto.fulfillment.table.hive.tpch with parameters of type TpchTable -
Uses of TpchTable in io.trino.tempto.fulfillment.table.jdbc.tpch
Constructors in io.trino.tempto.fulfillment.table.jdbc.tpch with parameters of type TpchTableModifierConstructorDescriptionJdbcTpchDataSource(TpchTable table, List<JDBCType> columns, double scaleFactor) -
Uses of TpchTable in io.trino.tempto.internal.fulfillment.table.cassandra.tpch
Constructors in io.trino.tempto.internal.fulfillment.table.cassandra.tpch with parameters of type TpchTableModifierConstructorDescriptionCassandraTpchDataSource(TpchTable table, List<Integer> mapping, List<JDBCType> columns, double scaleFactor) CassandraTpchDataSource(TpchTable table, List<JDBCType> columnTypes, double scaleFactor)