Package io.trino.testing.tpch
Class TpchIndexSpec
- java.lang.Object
-
- io.trino.testing.tpch.TpchIndexSpec
-
public class TpchIndexSpec extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTpchIndexSpec.Builder
-
Field Summary
Fields Modifier and Type Field Description static TpchIndexSpecNO_INDEXES
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<Set<String>>getColumnIndexes(TpchScaledTable table)Set<TpchScaledTable>listIndexedTables()
-
-
-
Field Detail
-
NO_INDEXES
public static final TpchIndexSpec NO_INDEXES
-
-
Method Detail
-
listIndexedTables
public Set<TpchScaledTable> listIndexedTables()
-
getColumnIndexes
public Iterable<Set<String>> getColumnIndexes(TpchScaledTable table)
-
-