Package io.trino.testing.tpch
Class TpchScaledTable
- java.lang.Object
-
- io.trino.testing.tpch.TpchScaledTable
-
public class TpchScaledTable extends Object
-
-
Constructor Summary
Constructors Constructor Description TpchScaledTable(String tableName, double scaleFactor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)doublegetScaleFactor()StringgetTableName()inthashCode()
-
-
-
Constructor Detail
-
TpchScaledTable
public TpchScaledTable(String tableName, double scaleFactor)
-
-