Uses of Class
io.trino.plugin.hive.HiveStorageFormat
-
Packages that use HiveStorageFormat Package Description io.trino.plugin.hive io.trino.plugin.hive.metastore io.trino.plugin.hive.metastore.file -
-
Uses of HiveStorageFormat in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveStorageFormat Modifier and Type Method Description HiveStorageFormatHiveConfig. getHiveStorageFormat()static HiveStorageFormatHiveSessionProperties. getHiveStorageFormat(ConnectorSession session)static HiveStorageFormatHiveTableProperties. getHiveStorageFormat(Map<String,Object> tableProperties)HiveStorageFormatHiveWritableTableHandle. getPartitionStorageFormat()HiveStorageFormatHiveWritableTableHandle. getTableStorageFormat()static HiveStorageFormatHiveStorageFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static HiveStorageFormat[]HiveStorageFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.hive that return types with arguments of type HiveStorageFormat Modifier and Type Method Description static Optional<HiveStorageFormat>HiveStorageFormat. getHiveStorageFormat(StorageFormat storageFormat)Methods in io.trino.plugin.hive with parameters of type HiveStorageFormat Modifier and Type Method Description HiveConfigHiveConfig. setHiveStorageFormat(HiveStorageFormat hiveStorageFormat)Constructors in io.trino.plugin.hive with parameters of type HiveStorageFormat Constructor Description HiveInsertTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction)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)HiveWritableTableHandle(String schemaName, String tableName, List<HiveColumnHandle> inputColumns, HivePageSinkMetadata pageSinkMetadata, LocationHandle locationHandle, Optional<HiveBucketProperty> bucketProperty, HiveStorageFormat tableStorageFormat, HiveStorageFormat partitionStorageFormat, AcidTransaction transaction)HiveWriterFactory(Set<HiveFileWriterFactory> fileWriterFactories, 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) -
Uses of HiveStorageFormat in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore with parameters of type HiveStorageFormat Modifier and Type Method Description static 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 HiveStorageFormat Modifier and Type Method Description Optional<HiveStorageFormat>PartitionMetadata. getStorageFormat()Optional<HiveStorageFormat>TableMetadata. getStorageFormat()Constructor parameters in io.trino.plugin.hive.metastore.file with type arguments of type HiveStorageFormat Constructor Description PartitionMetadata(List<Column> columns, Map<String,String> parameters, Optional<HiveStorageFormat> storageFormat, Optional<HiveBucketProperty> bucketProperty, Map<String,String> serdeParameters, Optional<String> externalLocation, Map<String,HiveColumnStatistics> columnStatistics)
-