Package io.trino.testing.tpch
Class TpchIndexedData
- java.lang.Object
-
- io.trino.testing.tpch.TpchIndexedData
-
public class TpchIndexedData extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTpchIndexedData.IndexedTable
-
Constructor Summary
Constructors Constructor Description TpchIndexedData(TpchIndexSpec tpchIndexSpec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<TpchIndexedData.IndexedTable>getIndexedTable(String tableName, double scaleFactor, Set<String> indexColumnNames)
-
-
-
Constructor Detail
-
TpchIndexedData
public TpchIndexedData(TpchIndexSpec tpchIndexSpec)
-
-
Method Detail
-
getIndexedTable
public Optional<TpchIndexedData.IndexedTable> getIndexedTable(String tableName, double scaleFactor, Set<String> indexColumnNames)
-
-