| Package | Description |
|---|---|
| com.facebook.presto.hive | |
| com.facebook.presto.hive.pagefile | |
| com.facebook.presto.hive.parquet |
| Modifier and Type | Class and Description |
|---|---|
class |
OrcFileWriter |
class |
RcFileFileWriter |
class |
RecordFileWriter |
class |
SortingFileWriter |
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveFileWriter> |
RcFileFileWriterFactory.createFileWriter(Path path,
List<String> inputColumnNames,
StorageFormat storageFormat,
Properties schema,
org.apache.hadoop.mapred.JobConf configuration,
ConnectorSession session,
Optional<EncryptionInformation> encryptionInformation) |
Optional<HiveFileWriter> |
OrcFileWriterFactory.createFileWriter(Path path,
List<String> inputColumnNames,
StorageFormat storageFormat,
Properties schema,
org.apache.hadoop.mapred.JobConf configuration,
ConnectorSession session,
Optional<EncryptionInformation> encryptionInformation) |
Optional<HiveFileWriter> |
HiveFileWriterFactory.createFileWriter(Path path,
List<String> inputColumnNames,
StorageFormat storageFormat,
Properties schema,
org.apache.hadoop.mapred.JobConf conf,
ConnectorSession session,
Optional<EncryptionInformation> encryptionInformation) |
| Modifier and Type | Method and Description |
|---|---|
SortingFileWriter |
SortingFileWriterFactory.createSortingFileWriter(Path path,
HiveFileWriter outputWriter,
int fileNumber,
Optional<Path> tempPath) |
| Constructor and Description |
|---|
HiveWriter(HiveFileWriter fileWriter,
Optional<String> partitionName,
PartitionUpdate.UpdateMode updateMode,
PartitionUpdate.FileWriteInfo fileWriteInfo,
String writePath,
String targetPath,
Consumer<HiveWriter> onCommit,
HiveWriterStats hiveWriterStats,
boolean writeTempData) |
SortingFileWriter(FileSystem fileSystem,
Path tempFilePrefix,
HiveFileWriter outputWriter,
io.airlift.units.DataSize maxMemory,
int maxOpenTempFiles,
List<Type> types,
List<Integer> sortFields,
List<SortOrder> sortOrders,
PageSorter pageSorter,
SortingFileWriter.TempFileSinkFactory tempFileSinkFactory,
boolean sortedWriteToTempPathEnabled) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageFileWriter |
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveFileWriter> |
PageFileWriterFactory.createFileWriter(Path path,
List<String> inputColumnNames,
StorageFormat storageFormat,
Properties schema,
org.apache.hadoop.mapred.JobConf configuration,
ConnectorSession session,
Optional<EncryptionInformation> encryptionInformation) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetFileWriter |
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveFileWriter> |
ParquetFileWriterFactory.createFileWriter(Path path,
List<String> inputColumnNames,
StorageFormat storageFormat,
Properties schema,
org.apache.hadoop.mapred.JobConf conf,
ConnectorSession session,
Optional<EncryptionInformation> encryptionInformation) |
Copyright © 2012–2023. All rights reserved.