Package io.trino.plugin.tpcds
Class TpcdsPartitioningHandle
- java.lang.Object
-
- io.trino.plugin.tpcds.TpcdsPartitioningHandle
-
- All Implemented Interfaces:
ConnectorPartitioningHandle
public class TpcdsPartitioningHandle extends Object implements ConnectorPartitioningHandle
-
-
Constructor Summary
Constructors Constructor Description TpcdsPartitioningHandle(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.trino.spi.connector.ConnectorPartitioningHandle
isCoordinatorOnly, isSingleNode
-
-
-
-
Constructor Detail
-
TpcdsPartitioningHandle
public TpcdsPartitioningHandle(String table, long totalRows)
-
-