| Package | Description |
|---|---|
| io.prestosql.plugin.hive | |
| io.prestosql.plugin.hive.orc |
| Modifier and Type | Class and Description |
|---|---|
class |
RcFileFileWriter |
class |
RecordFileWriter |
class |
SortingFileWriter |
| Modifier and Type | Method and 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) |
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) |
| Constructor and 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,
SortingFileWriter.TempFileSinkFactory tempFileSinkFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrcFileWriter |
| Modifier and Type | Method and 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) |
Copyright © 2012–2020. All rights reserved.