Uses of Class
io.trino.plugin.hive.HiveBucketProperty
-
Packages that use HiveBucketProperty Package Description io.trino.plugin.hive io.trino.plugin.hive.metastore io.trino.plugin.hive.metastore.file io.trino.plugin.hive.util -
-
Uses of HiveBucketProperty in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveBucketProperty Modifier and Type Method Description HiveBucketPropertyHiveBucketHandle. toTableBucketProperty()Methods in io.trino.plugin.hive that return types with arguments of type HiveBucketProperty Modifier and Type Method Description static Optional<HiveBucketProperty>HiveBucketProperty. fromStorageDescriptor(Map<String,String> tableParameters, org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor, String tablePartitionName)static Optional<HiveBucketProperty>HiveTableProperties. getBucketProperty(Map<String,Object> tableProperties)Optional<HiveBucketProperty>HiveWritableTableHandle. getBucketProperty()Constructor parameters in io.trino.plugin.hive with type arguments of type HiveBucketProperty Constructor Description HiveInsertTableHandle(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(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 HiveBucketProperty Modifier and Type Method Description Optional<HiveBucketProperty>Storage. getBucketProperty()Method parameters in io.trino.plugin.hive.metastore with type arguments of type HiveBucketProperty Modifier and Type Method Description Storage.BuilderStorage.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 HiveBucketProperty Modifier and Type Method Description Optional<HiveBucketProperty>PartitionMetadata. getBucketProperty()Optional<HiveBucketProperty>TableMetadata. getBucketProperty() -
Uses of HiveBucketProperty in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util with parameters of type HiveBucketProperty Modifier and Type Method Description static booleanHiveBucketing. isSupportedBucketing(HiveBucketProperty bucketProperty, List<Column> dataColumns, String tableName)
-