Package io.trino.testing.tpch
Class TpchIndexSpec.Builder
- java.lang.Object
-
- io.trino.testing.tpch.TpchIndexSpec.Builder
-
- Enclosing class:
- TpchIndexSpec
public static class TpchIndexSpec.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TpchIndexSpec.BuilderaddIndex(String tableName, double scaleFactor, Set<String> columnNames)TpchIndexSpecbuild()
-
-
-
Method Detail
-
addIndex
public TpchIndexSpec.Builder addIndex(String tableName, double scaleFactor, Set<String> columnNames)
-
build
public TpchIndexSpec build()
-
-