Uses of Enum Class
io.trino.plugin.hive.HiveStorageFormat
Packages that use HiveStorageFormat
Package
Description
-
Uses of HiveStorageFormat in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveStorageFormatModifier and TypeMethodDescriptionstatic HiveStorageFormatHiveMetadata.extractHiveStorageFormat(StorageFormat storageFormat) HiveConfig.getHiveStorageFormat()static HiveStorageFormatHiveSessionProperties.getHiveStorageFormat(ConnectorSession session) static HiveStorageFormatHiveTableProperties.getHiveStorageFormat(Map<String, Object> tableProperties) HiveWritableTableHandle.getPartitionStorageFormat()HiveWritableTableHandle.getTableStorageFormat()static HiveStorageFormatReturns the enum constant of this class with the specified name.static HiveStorageFormat[]HiveStorageFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.hive that return types with arguments of type HiveStorageFormatModifier and TypeMethodDescriptionstatic Optional<HiveStorageFormat>HiveStorageFormat.getHiveStorageFormat(StorageFormat storageFormat) Methods in io.trino.plugin.hive with parameters of type HiveStorageFormatModifier and TypeMethodDescriptionstatic HiveCompressionCodecHiveCompressionCodecs.selectCompressionCodec(HiveCompressionOption compressionOption, HiveStorageFormat storageFormat) static HiveCompressionCodecHiveCompressionCodecs.selectCompressionCodec(ConnectorSession session, HiveStorageFormat storageFormat) HiveConfig.setHiveStorageFormat(HiveStorageFormat hiveStorageFormat) Constructors in io.trino.plugin.hive with parameters of type HiveStorageFormatModifierConstructorDescriptionHiveInsertTableHandle(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) HiveTableExecuteHandle(String procedureName, Optional<String> writeDeclarationId, Optional<Long> maxScannedFileSize, String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction, boolean retriesEnabled) HiveWritableTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction, boolean retriesEnabled) HiveWriterFactory(Set<HiveFileWriterFactory> fileWriterFactories, TrinoFileSystemFactory fileSystemFactory, String schemaName, String tableName, boolean isCreateTable, AcidTransaction transaction, List<HiveColumnHandle> inputColumns, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, Map<String, String> additionalTableParameters, OptionalInt bucketCount, List<SortingColumn> sortedBy, LocationHandle locationHandle, LocationService locationService, String queryId, HivePageSinkMetadataProvider pageSinkMetadataProvider, TypeManager typeManager, HdfsEnvironment hdfsEnvironment, PageSorter pageSorter, io.airlift.units.DataSize sortBufferSize, int maxOpenSortFiles, org.joda.time.DateTimeZone parquetTimeZone, ConnectorSession session, NodeManager nodeManager, io.airlift.event.client.EventClient eventClient, HiveSessionProperties hiveSessionProperties, HiveWriterStats hiveWriterStats, boolean sortedWritingTempStagingPathEnabled, String sortedWritingTempStagingPath) -
Uses of HiveStorageFormat in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore with parameters of type HiveStorageFormatModifier and TypeMethodDescriptionstatic StorageFormatStorageFormat.fromHiveStorageFormat(HiveStorageFormat hiveStorageFormat) -
Uses of HiveStorageFormat in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file that return types with arguments of type HiveStorageFormatModifier and TypeMethodDescriptionPartitionMetadata.getStorageFormat()TableMetadata.getStorageFormat()Constructor parameters in io.trino.plugin.hive.metastore.file with type arguments of type HiveStorageFormatModifierConstructorDescriptionPartitionMetadata(List<Column> columns, Map<String, String> parameters, Optional<HiveStorageFormat> storageFormat, Optional<HiveBucketProperty> bucketProperty, Map<String, String> serdeParameters, Optional<String> externalLocation, Map<String, HiveColumnStatistics> columnStatistics) -
Uses of HiveStorageFormat in io.trino.plugin.hive.util
Constructors in io.trino.plugin.hive.util with parameters of type HiveStorageFormatModifierConstructorDescriptionInternalHiveSplitFactory(org.apache.hadoop.fs.FileSystem fileSystem, String partitionName, HiveStorageFormat storageFormat, Properties schema, List<HivePartitionKey> partitionKeys, TupleDomain<HiveColumnHandle> effectivePredicate, BooleanSupplier partitionMatchSupplier, TableToPartitionMapping tableToPartitionMapping, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, io.airlift.units.DataSize minimumTargetSplitSize, boolean forceLocalScheduling, boolean s3SelectPushdownEnabled, Optional<Long> maxSplitFileSize)