Class HivePartitioningHandle
java.lang.Object
io.trino.plugin.hive.HivePartitioningHandle
-
Constructor Summary
ConstructorsConstructorDescriptionHivePartitioningHandle(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<HiveType> hiveTypes, OptionalInt maxCompatibleBucketCount, boolean usePartitionedBucketing) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.trino.spi.connector.ConnectorPartitioningHandle
isCoordinatorOnly, isSingleNode
-
Constructor Details
-
HivePartitioningHandle
public HivePartitioningHandle(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<HiveType> hiveTypes, OptionalInt maxCompatibleBucketCount, boolean usePartitionedBucketing)
-
-
Method Details
-
getBucketingVersion
-
getBucketCount
public int getBucketCount() -
getHiveTypes
-
getMaxCompatibleBucketCount
-
isUsePartitionedBucketing
public boolean isUsePartitionedBucketing() -
toString
-
equals
-
hashCode
-