Package io.trino.plugin.hive
Class HiveUpdateHandle
java.lang.Object
io.trino.plugin.hive.HivePartitioningHandle
io.trino.plugin.hive.HiveUpdateHandle
- All Implemented Interfaces:
ConnectorPartitioningHandle
-
Constructor Summary
ConstructorsConstructorDescriptionHiveUpdateHandle(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<HiveType> hiveTypes, OptionalInt maxCompatibleBucketCount, boolean usePartitionedBucketing) -
Method Summary
Methods inherited from class io.trino.plugin.hive.HivePartitioningHandle
equals, getBucketCount, getBucketingVersion, getHiveTypes, getMaxCompatibleBucketCount, hashCode, isUsePartitionedBucketing, toStringMethods 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
-
HiveUpdateHandle
public HiveUpdateHandle(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<HiveType> hiveTypes, OptionalInt maxCompatibleBucketCount, boolean usePartitionedBucketing)
-