Package io.trino.plugin.hive
Class HivePartitionHandle
- java.lang.Object
-
- io.trino.spi.connector.ConnectorPartitionHandle
-
- io.trino.plugin.hive.HivePartitionHandle
-
public class HivePartitionHandle extends ConnectorPartitionHandle
-
-
Constructor Summary
Constructors Constructor Description HivePartitionHandle(int bucket)
-
-
-
Method Detail
-
getBucket
public int getBucket()
-
equals
public boolean equals(Object o)
- Specified by:
equalsin classConnectorPartitionHandle
-
hashCode
public int hashCode()
- Specified by:
hashCodein classConnectorPartitionHandle
-
-