public static final class OdiDataStore.HadoopStorageDescriptor.HiveRowFormat
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static OdiDataStore.HadoopStorageDescriptor.HiveRowFormat |
BUILT_IN
Built-in Row Format
|
static OdiDataStore.HadoopStorageDescriptor.HiveRowFormat |
DELIMITED
Delimited Row Format
|
static OdiDataStore.HadoopStorageDescriptor.HiveRowFormat |
SERDE
SerDe Row Format
|
Modifier and Type | Method and Description |
---|---|
static OdiDataStore.HadoopStorageDescriptor.HiveRowFormat |
valueOf(java.lang.String name) |
static OdiDataStore.HadoopStorageDescriptor.HiveRowFormat[] |
values() |
public static final OdiDataStore.HadoopStorageDescriptor.HiveRowFormat DELIMITED
public static final OdiDataStore.HadoopStorageDescriptor.HiveRowFormat SERDE
public static final OdiDataStore.HadoopStorageDescriptor.HiveRowFormat BUILT_IN
public static OdiDataStore.HadoopStorageDescriptor.HiveRowFormat[] values()
public static OdiDataStore.HadoopStorageDescriptor.HiveRowFormat valueOf(java.lang.String name)