| Package | Description |
|---|---|
| com.facebook.presto.hive |
| Modifier and Type | Class and Description |
|---|---|
class |
OrcFileWriter |
class |
RcFileFileWriter |
class |
RecordFileWriter |
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveFileWriter> |
RcFileFileWriterFactory.createFileWriter(org.apache.hadoop.fs.Path path,
List<String> inputColumnNames,
StorageFormat storageFormat,
Properties schema,
org.apache.hadoop.mapred.JobConf configuration,
ConnectorSession session) |
Optional<HiveFileWriter> |
OrcFileWriterFactory.createFileWriter(org.apache.hadoop.fs.Path path,
List<String> inputColumnNames,
StorageFormat storageFormat,
Properties schema,
org.apache.hadoop.mapred.JobConf configuration,
ConnectorSession session) |
Optional<HiveFileWriter> |
HiveFileWriterFactory.createFileWriter(org.apache.hadoop.fs.Path path,
List<String> inputColumnNames,
StorageFormat storageFormat,
Properties schema,
org.apache.hadoop.mapred.JobConf conf,
ConnectorSession session) |
| Constructor and Description |
|---|
HiveWriter(HiveFileWriter fileWriter,
Optional<String> partitionName,
boolean isNew,
String fileName,
String writePath,
String targetPath,
java.util.function.Consumer<HiveWriter> onCommit) |
Copyright © 2012-2017. All Rights Reserved.