| Package | Description | 
|---|---|
| com.asakusafw.info.hive | 
 Schema information of Hive-associated tables. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BuiltinStorageFormatInfo
Represents a built-in storage format. 
 | 
class  | 
CustomStorageFormatInfo
Represents custom storage format that using Hadoop input/output format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StorageFormatInfo | 
TableInfo.getStorageFormat()
Returns the table storage format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TableInfo.Builder | 
TableInfo.Builder.withStorageFormat(StorageFormatInfo info)
Sets the storage 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.