| Package | Description |
|---|---|
| com.facebook.presto.hive |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionUpdate.FileWriteInfo> |
PartitionUpdate.getFileWriteInfos() |
| 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) |
| Constructor and Description |
|---|
PartitionUpdate(String name,
PartitionUpdate.UpdateMode updateMode,
Path writePath,
Path targetPath,
List<PartitionUpdate.FileWriteInfo> fileWriteInfos,
long rowCount,
long inMemoryDataSizeInBytes,
long onDiskDataSizeInBytes,
boolean containsNumberedFileNames) |
PartitionUpdate(String name,
PartitionUpdate.UpdateMode updateMode,
String writePath,
String targetPath,
List<PartitionUpdate.FileWriteInfo> fileWriteInfos,
long rowCount,
long inMemoryDataSizeInBytes,
long onDiskDataSizeInBytes,
boolean containsNumberedFileNames) |
Copyright © 2012–2023. All rights reserved.