@Immutable public class StorageFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
static StorageFormat |
VIEW_STORAGE_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
static StorageFormat |
create(String serde,
String inputFormat,
String outputFormat) |
static StorageFormat |
createNullable(String serDe,
String inputFormat,
String outputFormat) |
boolean |
equals(Object o) |
static StorageFormat |
fromHiveStorageFormat(HiveStorageFormat hiveStorageFormat) |
String |
getInputFormat() |
String |
getInputFormatNullable() |
String |
getOutputFormat() |
String |
getOutputFormatNullable() |
String |
getSerDe() |
String |
getSerDeNullable() |
int |
hashCode() |
String |
toString() |
public static final StorageFormat VIEW_STORAGE_FORMAT
public String getSerDe()
public String getInputFormat()
public String getOutputFormat()
public String getSerDeNullable()
public String getInputFormatNullable()
public String getOutputFormatNullable()
public static StorageFormat fromHiveStorageFormat(HiveStorageFormat hiveStorageFormat)
public static StorageFormat create(String serde, String inputFormat, String outputFormat)
public static StorageFormat createNullable(String serDe, String inputFormat, String outputFormat)
Copyright © 2012–2019. All rights reserved.