Package io.trino.plugin.hive
Class HiveBucketHandle
- java.lang.Object
-
- io.trino.plugin.hive.HiveBucketHandle
-
public class HiveBucketHandle extends Object
-
-
Constructor Summary
Constructors Constructor Description HiveBucketHandle(List<HiveColumnHandle> columns, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int readBucketCount, List<SortingColumn> sortedBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)HiveBucketing.BucketingVersiongetBucketingVersion()List<HiveColumnHandle>getColumns()intgetReadBucketCount()List<SortingColumn>getSortedBy()intgetTableBucketCount()inthashCode()StringtoString()HiveBucketPropertytoTableBucketProperty()
-
-
-
Constructor Detail
-
HiveBucketHandle
public HiveBucketHandle(List<HiveColumnHandle> columns, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int readBucketCount, List<SortingColumn> sortedBy)
-
-
Method Detail
-
getColumns
public List<HiveColumnHandle> getColumns()
-
getBucketingVersion
public HiveBucketing.BucketingVersion getBucketingVersion()
-
getTableBucketCount
public int getTableBucketCount()
-
getReadBucketCount
public int getReadBucketCount()
-
getSortedBy
public List<SortingColumn> getSortedBy()
-
toTableBucketProperty
public HiveBucketProperty toTableBucketProperty()
-
-