| Package | Description |
|---|---|
| com.asakusafw.directio.hive.serde |
Data serialization format bridge between Asakusa and Hive.
|
| com.asakusafw.info.hive |
Schema information of Hive-associated tables.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnInfo |
PropertyDescriptor.getSchema()
Returns the
ColumnInfo of this property. |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnInfo> |
TableInfo.getColumns()
Returns the columns.
|
List<ColumnInfo> |
StructType.getMembers()
Returns the members.
|
| Modifier and Type | Method and Description |
|---|---|
TableInfo.Builder |
TableInfo.Builder.withColumn(ColumnInfo info)
Adds a column.
|
| Constructor and Description |
|---|
StructType(ColumnInfo... members)
Creates a new instance.
|
| Constructor and Description |
|---|
StructType(List<? extends ColumnInfo> members)
Creates a new instance.
|
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.