Package io.trino.plugin.hive
Class HiveBucketProperty
java.lang.Object
io.trino.plugin.hive.HiveBucketProperty
-
Constructor Summary
ConstructorsConstructorDescriptionHiveBucketProperty(List<String> bucketedBy, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<SortingColumn> sortedBy) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Optional<HiveBucketProperty>fromStorageDescriptor(Map<String, String> tableParameters, io.trino.hive.thrift.metastore.StorageDescriptor storageDescriptor, String tablePartitionName) intinthashCode()toString()
-
Constructor Details
-
HiveBucketProperty
public HiveBucketProperty(List<String> bucketedBy, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<SortingColumn> sortedBy)
-
-
Method Details