Package io.trino.testing.tpch
Class TpchIndexHandle
java.lang.Object
io.trino.testing.tpch.TpchIndexHandle
- All Implemented Interfaces:
ConnectorIndexHandle
-
Constructor Summary
ConstructorsConstructorDescriptionTpchIndexHandle(String tableName, double scaleFactor, Set<String> indexColumnNames, TupleDomain<ColumnHandle> fixedValues) -
Method Summary
Modifier and TypeMethodDescriptiondouble
-
Constructor Details
-
TpchIndexHandle
public TpchIndexHandle(String tableName, double scaleFactor, Set<String> indexColumnNames, TupleDomain<ColumnHandle> fixedValues)
-
-
Method Details
-
getTableName
-
getScaleFactor
public double getScaleFactor() -
getIndexColumnNames
-
getFixedValues
-