Package | Description |
---|---|
com.asakusafw.info.hive |
Schema information of Hive-associated tables.
|
Modifier and Type | Method and Description |
---|---|
TableInfo.Builder |
TableInfo.Builder.withColumn(ColumnInfo info)
Adds a column.
|
TableInfo.Builder |
TableInfo.Builder.withColumn(String columnName,
FieldType.TypeName columnType)
Adds a column.
|
TableInfo.Builder |
TableInfo.Builder.withColumn(String columnName,
FieldType columnType)
Adds a column.
|
TableInfo.Builder |
TableInfo.Builder.withComment(String text)
Sets the table comment.
|
TableInfo.Builder |
TableInfo.Builder.withProperties(Map<String,String> additions)
Adds table properties.
|
TableInfo.Builder |
TableInfo.Builder.withProperty(String key,
String value)
Adds a table property.
|
TableInfo.Builder |
TableInfo.Builder.withRowFormat(RowFormatInfo info)
Sets the row format.
|
TableInfo.Builder |
TableInfo.Builder.withStorageFormat(StorageFormatInfo.FormatKind info)
Sets the storage format.
|
TableInfo.Builder |
TableInfo.Builder.withStorageFormat(StorageFormatInfo info)
Sets the storage format.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.