Uses of Class
io.trino.plugin.hive.HiveBucketProperty
Packages that use HiveBucketProperty
Package
Description
-
Uses of HiveBucketProperty in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveBucketPropertyMethods in io.trino.plugin.hive that return types with arguments of type HiveBucketPropertyModifier and TypeMethodDescriptionstatic Optional<HiveBucketProperty>HiveBucketProperty.fromStorageDescriptor(Map<String, String> tableParameters, io.trino.hive.thrift.metastore.StorageDescriptor storageDescriptor, String tablePartitionName) static Optional<HiveBucketProperty>HiveTableProperties.getBucketProperty(Map<String, Object> tableProperties) HiveWritableTableHandle.getBucketProperty()Constructor parameters in io.trino.plugin.hive with type arguments of type HiveBucketPropertyModifierConstructorDescriptionHiveInsertTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction, boolean retriesEnabled) HiveOutputTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, List<String> partitionedBy, Optional<HiveBucketProperty> bucketProperty, String tableOwner, Map<String, String> additionalTableParameters, AcidTransaction transaction, boolean external, boolean retriesEnabled) HivePageSink(HiveWritableTableHandle tableHandle, HiveWriterFactory writerFactory, List<HiveColumnHandle> inputColumns, boolean isTransactional, Optional<HiveBucketProperty> bucketProperty, PageIndexerFactory pageIndexerFactory, HdfsEnvironment hdfsEnvironment, int maxOpenWriters, com.google.common.util.concurrent.ListeningExecutorService writeVerificationExecutor, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, ConnectorSession session) HiveWritableTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction, boolean retriesEnabled) -
Uses of HiveBucketProperty in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return types with arguments of type HiveBucketPropertyMethod parameters in io.trino.plugin.hive.metastore with type arguments of type HiveBucketPropertyModifier and TypeMethodDescriptionStorage.Builder.setBucketProperty(Optional<HiveBucketProperty> bucketProperty) -
Uses of HiveBucketProperty in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file that return types with arguments of type HiveBucketPropertyModifier and TypeMethodDescriptionPartitionMetadata.getBucketProperty()TableMetadata.getBucketProperty() -
Uses of HiveBucketProperty in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util with parameters of type HiveBucketPropertyModifier and TypeMethodDescriptionstatic booleanHiveBucketing.isSupportedBucketing(HiveBucketProperty bucketProperty, List<Column> dataColumns, String tableName)