| Package | Description |
|---|---|
| io.prestosql.plugin.hive | |
| io.prestosql.plugin.hive.metastore | |
| io.prestosql.plugin.hive.orc |
| 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) |
static String |
HiveWriterFactory.getFileExtension(org.apache.hadoop.mapred.JobConf conf,
StorageFormat storageFormat) |
| Constructor and Description |
|---|
RecordFileWriter(org.apache.hadoop.fs.Path path,
List<String> inputColumnNames,
StorageFormat storageFormat,
Properties schema,
io.airlift.units.DataSize estimatedWriterSystemMemoryUsage,
org.apache.hadoop.mapred.JobConf conf,
TypeManager typeManager,
ConnectorSession session) |
| Modifier and Type | Field and Description |
|---|---|
static StorageFormat |
StorageFormat.VIEW_STORAGE_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
static StorageFormat |
StorageFormat.create(String serde,
String inputFormat,
String outputFormat) |
static StorageFormat |
StorageFormat.createNullable(String serDe,
String inputFormat,
String outputFormat) |
static StorageFormat |
StorageFormat.fromHiveStorageFormat(HiveStorageFormat hiveStorageFormat) |
StorageFormat |
Storage.getStorageFormat() |
| Modifier and Type | Method and Description |
|---|---|
Storage.Builder |
Storage.Builder.setStorageFormat(StorageFormat storageFormat) |
| Constructor and Description |
|---|
Storage(StorageFormat storageFormat,
String location,
Optional<HiveBucketProperty> bucketProperty,
boolean skewed,
Map<String,String> serdeParameters) |
| 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.