Uses of Enum Class
io.trino.plugin.hive.HiveStorageFormat
Packages that use HiveStorageFormat
Package
Description
-
Uses of HiveStorageFormat in io.trino.plugin.hive
Subclasses with type arguments of type HiveStorageFormat in io.trino.plugin.hiveMethods 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<HiveWritableTableHandle.BucketInfo> bucketInfo, 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<HiveWritableTableHandle.BucketInfo> bucketInfo, 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<HiveWritableTableHandle.BucketInfo> bucketInfo, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction, boolean retriesEnabled) HiveWritableTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveWritableTableHandle.BucketInfo> bucketInfo, 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, PageSorter pageSorter, io.airlift.units.DataSize sortBufferSize, int maxOpenSortFiles, 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.coercions
Methods in io.trino.plugin.hive.coercions that return HiveStorageFormatModifier and TypeMethodDescriptionstatic HiveStorageFormatCoercionUtils.extractHiveStorageFormat(String deserializedClass) CoercionUtils.CoercionContext.storageFormat()Returns the value of thestorageFormatrecord component.Methods in io.trino.plugin.hive.coercions with parameters of type HiveStorageFormatModifier and TypeMethodDescriptionstatic TypeCoercer<VarbinaryType, VarcharType> VarbinaryToVarcharCoercers.createVarbinaryToVarcharCoercer(VarcharType toType, HiveStorageFormat storageFormat) Constructors in io.trino.plugin.hive.coercions with parameters of type HiveStorageFormatModifierConstructorDescriptionCoercionContext(HiveTimestampPrecision timestampPrecision, HiveStorageFormat storageFormat) Creates an instance of aCoercionContextrecord class. -
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, ColumnStatistics> columnStatistics) -
Uses of HiveStorageFormat in io.trino.plugin.hive.util
Constructors in io.trino.plugin.hive.util with parameters of type HiveStorageFormatModifierConstructorDescriptionInternalHiveSplitFactory(String partitionName, HiveStorageFormat storageFormat, Map<String, String> schema, List<HivePartitionKey> partitionKeys, TupleDomain<HiveColumnHandle> effectivePredicate, BooleanSupplier partitionMatchSupplier, Map<Integer, HiveTypeName> hiveColumnCoercions, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, io.airlift.units.DataSize minimumTargetSplitSize, boolean forceLocalScheduling, Optional<Long> maxSplitFileSize)