Uses of Class
io.trino.plugin.hive.metastore.StorageFormat
-
Packages that use StorageFormat Package Description io.trino.plugin.hive io.trino.plugin.hive.metastore io.trino.plugin.hive.orc io.trino.plugin.hive.parquet -
-
Uses of StorageFormat in io.trino.plugin.hive
Methods in io.trino.plugin.hive with parameters of type StorageFormat Modifier and Type Method Description Optional<FileWriter>HiveFileWriterFactory. createFileWriter(org.apache.hadoop.fs.Path path, List<String> inputColumnNames, StorageFormat storageFormat, Properties schema, org.apache.hadoop.mapred.JobConf conf, ConnectorSession session, OptionalInt bucketNumber, AcidTransaction transaction, boolean useAcidSchema, WriterKind writerKind)Optional<FileWriter>RcFileFileWriterFactory. createFileWriter(org.apache.hadoop.fs.Path path, List<String> inputColumnNames, StorageFormat storageFormat, Properties schema, org.apache.hadoop.mapred.JobConf configuration, ConnectorSession session, OptionalInt bucketNumber, AcidTransaction transaction, boolean useAcidSchema, WriterKind writerKind)static StringHiveWriterFactory. getFileExtension(org.apache.hadoop.mapred.JobConf conf, StorageFormat storageFormat)static Optional<HiveStorageFormat>HiveStorageFormat. getHiveStorageFormat(StorageFormat storageFormat)booleanHiveType. isSupportedType(StorageFormat storageFormat)static booleanHiveType. isSupportedType(org.apache.hadoop.hive.serde2.typeinfo.TypeInfo typeInfo, StorageFormat storageFormat)Constructors in io.trino.plugin.hive with parameters of type StorageFormat Constructor Description RecordFileWriter(org.apache.hadoop.fs.Path path, List<String> inputColumnNames, StorageFormat storageFormat, Properties schema, io.airlift.units.DataSize estimatedWriterSystemMemoryUsage, org.apache.hadoop.mapred.JobConf conf, TypeManager typeManager, org.joda.time.DateTimeZone parquetTimeZone, ConnectorSession session) -
Uses of StorageFormat in io.trino.plugin.hive.metastore
Fields in io.trino.plugin.hive.metastore declared as StorageFormat Modifier and Type Field Description static StorageFormatStorageFormat. VIEW_STORAGE_FORMATMethods in io.trino.plugin.hive.metastore that return StorageFormat Modifier and Type Method Description static StorageFormatStorageFormat. create(String serde, String inputFormat, String outputFormat)static StorageFormatStorageFormat. createNullable(String serDe, String inputFormat, String outputFormat)static StorageFormatStorageFormat. fromHiveStorageFormat(HiveStorageFormat hiveStorageFormat)StorageFormatStorage. getStorageFormat()Methods in io.trino.plugin.hive.metastore with parameters of type StorageFormat Modifier and Type Method Description Storage.BuilderStorage.Builder. setStorageFormat(StorageFormat storageFormat)Constructors in io.trino.plugin.hive.metastore with parameters of type StorageFormat Constructor Description Storage(StorageFormat storageFormat, String location, Optional<HiveBucketProperty> bucketProperty, boolean skewed, Map<String,String> serdeParameters) -
Uses of StorageFormat in io.trino.plugin.hive.orc
Methods in io.trino.plugin.hive.orc with parameters of type StorageFormat Modifier and Type Method Description Optional<FileWriter>OrcFileWriterFactory. createFileWriter(org.apache.hadoop.fs.Path path, List<String> inputColumnNames, StorageFormat storageFormat, Properties schema, org.apache.hadoop.mapred.JobConf configuration, ConnectorSession session, OptionalInt bucketNumber, AcidTransaction transaction, boolean useAcidSchema, WriterKind writerKind) -
Uses of StorageFormat in io.trino.plugin.hive.parquet
Methods in io.trino.plugin.hive.parquet with parameters of type StorageFormat Modifier and Type Method Description Optional<FileWriter>ParquetFileWriterFactory. createFileWriter(org.apache.hadoop.fs.Path path, List<String> inputColumnNames, StorageFormat storageFormat, Properties schema, org.apache.hadoop.mapred.JobConf conf, ConnectorSession session, OptionalInt bucketNumber, AcidTransaction transaction, boolean useAcidSchema, WriterKind writerKind)
-