Package io.trino.plugin.hive
Class HiveBucketHandle
java.lang.Object
io.trino.plugin.hive.HiveBucketHandle
-
Constructor Summary
ConstructorsConstructorDescriptionHiveBucketHandle(List<HiveColumnHandle> columns, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int readBucketCount, List<SortingColumn> sortedBy) -
Method Summary
-
Constructor Details
-
HiveBucketHandle
public HiveBucketHandle(List<HiveColumnHandle> columns, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int readBucketCount, List<SortingColumn> sortedBy)
-
-
Method Details
-
getColumns
-
getBucketingVersion
-
getTableBucketCount
public int getTableBucketCount() -
getReadBucketCount
public int getReadBucketCount() -
getSortedBy
-
toTableBucketProperty
-
equals
-
hashCode
public int hashCode() -
toString
-