Package | Description |
---|---|
com.asakusafw.info.hive |
Schema information of Hive-associated tables.
|
Modifier and Type | Method and Description |
---|---|
StorageFormatInfo.FormatKind |
CustomStorageFormatInfo.getFormatKind() |
StorageFormatInfo.FormatKind |
StorageFormatInfo.getFormatKind()
Returns the storage format kind.
|
StorageFormatInfo.FormatKind |
BuiltinStorageFormatInfo.getFormatKind() |
static StorageFormatInfo.FormatKind |
StorageFormatInfo.FormatKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageFormatInfo.FormatKind[] |
StorageFormatInfo.FormatKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BuiltinStorageFormatInfo |
BuiltinStorageFormatInfo.of(StorageFormatInfo.FormatKind kind)
Returns a built-in storage format that has the specified format kind.
|
TableInfo.Builder |
TableInfo.Builder.withStorageFormat(StorageFormatInfo.FormatKind info)
Sets the storage format.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.