Package | Description |
---|---|
com.asakusafw.dmdl.analyzer.driver |
Core sematic analyzer drivers.
|
com.asakusafw.dmdl.directio.csv.driver |
DMDL extensions for Direct I/O.
|
com.asakusafw.dmdl.directio.hive.orc |
Hive ORCFile support.
|
com.asakusafw.dmdl.directio.hive.parquet |
Hive Parquet file support.
|
com.asakusafw.dmdl.directio.line.driver |
Line based text support for Direct I/O.
|
com.asakusafw.dmdl.directio.sequencefile.driver |
DMDL SequenceFile extensions for Direct I/O.
|
com.asakusafw.dmdl.directio.text.csv |
CSV support for Direct I/O.
|
com.asakusafw.dmdl.directio.text.tabular |
Tabular-style text support for Direct I/O.
|
com.asakusafw.dmdl.directio.tsv.driver |
Special TSV support for Direct I/O.
|
com.asakusafw.dmdl.windgate.csv.driver |
DMDL extensions for WindGate CSV.
|
com.asakusafw.dmdl.windgate.jdbc.driver |
DMDL extensions for WindGate.
|
com.asakusafw.dmdl.windgate.stream.driver |
DMDL extensions for WindGate.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoProjectionDriver
Processes
@auto_projection annotations. |
class |
NamespaceDriver
Processes
@namespace annotations. |
Modifier and Type | Class and Description |
---|---|
class |
CsvFormatDriver
Processes
@directio.csv attributes. |
Modifier and Type | Class and Description |
---|---|
class |
OrcFileDriver
Processes
@directio.hive.orc attributes. |
Modifier and Type | Class and Description |
---|---|
class |
ParquetFileDriver
Processes
@directio.hive.parquet attributes. |
Modifier and Type | Class and Description |
---|---|
class |
LineFormatDriver
Processes
@directio.line attributes. |
Modifier and Type | Class and Description |
---|---|
class |
SequenceFileFormatDriver
Processes
@directio.csv attributes. |
Modifier and Type | Class and Description |
---|---|
class |
CsvTextDriver
Processes
@directio.text.csv attributes. |
Modifier and Type | Class and Description |
---|---|
class |
TabularTextDriver
Processes
@directio.text.tabular attributes. |
Modifier and Type | Class and Description |
---|---|
class |
TsvFormatDriver
Processes
@directio.tsv attributes. |
Modifier and Type | Class and Description |
---|---|
class |
CsvSupportDriver
Processes
@windgate.csv attributes. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcTableDriver
Processes
@windgate.jdbc.table attributes. |
Modifier and Type | Class and Description |
---|---|
class |
StreamSupportDriver
Processes
@windgate.stream_format attributes. |
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.