Package io.prestosql.plugin.tpch
Class TpchPartitioningHandle
- java.lang.Object
-
- io.prestosql.plugin.tpch.TpchPartitioningHandle
-
- All Implemented Interfaces:
ConnectorPartitioningHandle
public class TpchPartitioningHandle extends Object implements ConnectorPartitioningHandle
-
-
Constructor Summary
Constructors Constructor Description TpchPartitioningHandle(String table, long totalRows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetTable()longgetTotalRows()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.prestosql.spi.connector.ConnectorPartitioningHandle
isCoordinatorOnly, isSingleNode
-
-
-
-
Constructor Detail
-
TpchPartitioningHandle
public TpchPartitioningHandle(String table, long totalRows)
-
-