Package | Description |
---|---|
com.asakusafw.info.hive |
Schema information of Hive-associated tables.
|
Modifier and Type | Class and Description |
---|---|
class |
DelimitedRowFormatInfo
Represents Hive delimited text row format.
|
class |
SerdeRowFormatInfo
Represents Hive SERDE row format.
|
Modifier and Type | Method and Description |
---|---|
RowFormatInfo |
TableInfo.getRowFormat()
Returns the table row format.
|
Modifier and Type | Method and Description |
---|---|
TableInfo.Builder |
TableInfo.Builder.withRowFormat(RowFormatInfo info)
Sets the row format.
|
Constructor and Description |
---|
TableInfo(String name,
List<ColumnInfo> columns,
String comment,
RowFormatInfo rowFormat,
StorageFormatInfo storageFormat,
Map<String,String> properties)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.