| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io | |
| org.apache.hadoop.hive.ql.metadata | |
| org.apache.hadoop.hive.ql.parse |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStorageFormatDescriptor |
class |
AvroStorageFormatDescriptor |
class |
JsonFileStorageFormatDescriptor
A storage format descriptor class to support "STORED AS JSONFILE" syntax.
|
class |
ORCFileStorageFormatDescriptor |
class |
ParquetFileStorageFormatDescriptor |
class |
RCFileStorageFormatDescriptor |
class |
SequenceFileStorageFormatDescriptor |
class |
TextFileStorageFormatDescriptor |
| Modifier and Type | Method and Description |
|---|---|
StorageFormatDescriptor |
StorageFormatFactory.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
default StorageFormatDescriptor |
HiveStorageHandler.getStorageFormatDescriptor(org.apache.hadoop.hive.metastore.api.Table table)
Gets the storage format descriptor to be used for temp table for LOAD data.
|
| Modifier and Type | Method and Description |
|---|---|
static StorageFormatDescriptor |
StorageFormat.getDescriptor(String format,
String clause) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.