Package | Description |
---|---|
com.asakusafw.directio.hive.orc |
ORCFile format bridge between Asakusa and Hive.
|
com.asakusafw.directio.hive.parquet |
Parquet file format bridge between Asakusa and Hive.
|
com.asakusafw.directio.hive.tools.cli |
CLI Tools for Hive.
|
com.asakusafw.info.cli.generate.ddl |
Implementations of
generate ddl group. |
com.asakusafw.info.hive |
Schema information of Hive-associated tables.
|
com.asakusafw.info.hive.syntax |
Hive DDL.
|
Modifier and Type | Method and Description |
---|---|
TableInfo |
AbstractOrcFileFormat.getSchema() |
Modifier and Type | Method and Description |
---|---|
TableInfo |
AbstractParquetFileFormat.getSchema() |
Modifier and Type | Method and Description |
---|---|
default String |
Stringnizer.apply(TableInfo t) |
String |
Stringnizer.toString(TableInfo table)
Returns text for the table.
|
Constructor and Description |
---|
Configuration(ClassLoader classLoader,
List<File> sources,
Pattern acceptTableNames,
Function<? super TableInfo,? extends String> locationProvider,
String databaseName,
File output)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
TableInfo |
HiveIoParameter.TableLocationInfo.getTable()
Returns the table.
|
Modifier and Type | Method and Description |
---|---|
Map<TableInfo,Set<LocationInfo>> |
HiveTableParameter.collect()
Returns the target tables and their locations.
|
Constructor and Description |
---|
TableLocationInfo(TableInfo table,
LocationInfo location)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
TableInfo |
TableInfo.Builder.build()
Builds a
TableInfo . |
TableInfo |
HiveOutputInfo.getSchema() |
TableInfo |
HivePortInfo.getSchema()
Returns the schema information.
|
TableInfo |
HiveInputInfo.getSchema() |
TableInfo |
TableInfo.Provider.getSchema()
Returns the
TableInfo of this object. |
Constructor and Description |
---|
HiveInputInfo(String name,
String descriptionClass,
LocationInfo location,
TableInfo schema)
Creates a new instance.
|
HiveOutputInfo(String name,
String descriptionClass,
LocationInfo location,
TableInfo schema)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
TableInfo |
HiveCreateTable.getTableInfo()
Returns the target table information.
|
TableInfo |
SimpleCreateTable.getTableInfo() |
Constructor and Description |
---|
SimpleCreateTable(TableInfo tableInfo)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.