Uses of Interface
io.trino.plugin.hive.FileWriter
-
Packages that use FileWriter Package Description io.trino.plugin.hive io.trino.plugin.hive.orc io.trino.plugin.hive.parquet -
-
Uses of FileWriter in io.trino.plugin.hive
Classes in io.trino.plugin.hive that implement FileWriter Modifier and Type Class Description classRcFileFileWriterclassRecordFileWriterclassSortingFileWriterFields in io.trino.plugin.hive with type parameters of type FileWriter Modifier and Type Field Description protected Optional<FileWriter>AbstractHiveAcidWriters. deleteFileWriterprotected Optional<FileWriter>AbstractHiveAcidWriters. insertFileWriterMethods in io.trino.plugin.hive that return types with arguments of type FileWriter 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)Constructors in io.trino.plugin.hive with parameters of type FileWriter Constructor Description HiveWriter(FileWriter fileWriter, Optional<String> partitionName, PartitionUpdate.UpdateMode updateMode, String fileName, String writePath, String targetPath, Consumer<HiveWriter> onCommit, HiveWriterStats hiveWriterStats)SortingFileWriter(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path tempFilePrefix, FileWriter outputWriter, io.airlift.units.DataSize maxMemory, int maxOpenTempFiles, List<Type> types, List<Integer> sortFields, List<SortOrder> sortOrders, PageSorter pageSorter, TypeOperators typeOperators, SortingFileWriter.TempFileSinkFactory tempFileSinkFactory) -
Uses of FileWriter in io.trino.plugin.hive.orc
Classes in io.trino.plugin.hive.orc that implement FileWriter Modifier and Type Class Description classOrcFileWriterMethods in io.trino.plugin.hive.orc that return types with arguments of type FileWriter 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 FileWriter in io.trino.plugin.hive.parquet
Classes in io.trino.plugin.hive.parquet that implement FileWriter Modifier and Type Class Description classParquetFileWriterMethods in io.trino.plugin.hive.parquet that return types with arguments of type FileWriter 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)
-