Package | Description |
---|---|
com.asakusafw.dmdl.directio.csv.driver |
DMDL extensions for Direct I/O.
|
com.asakusafw.dmdl.directio.hive.common |
Hive support common classes.
|
com.asakusafw.dmdl.directio.hive.orc |
Hive ORCFile support.
|
com.asakusafw.dmdl.directio.hive.parquet |
Hive Parquet file support.
|
com.asakusafw.dmdl.directio.json.driver |
JSON support for Direct I/O.
|
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 |
Formatted text support 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.semantics |
Semantic intermediate representations of DMDL.
|
com.asakusafw.dmdl.semantics.trait |
Core traits for intermediate representations of DMDL.
|
com.asakusafw.dmdl.semantics.type |
Core types for intermediate representations of DMDL.
|
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 |
CsvFieldTrait
Attributes for CSV fields.
|
class |
CsvFormatTrait
Attributes for CSV supported data models.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTrait<T extends BaseTrait<T>>
The common base trait.
|
class |
HiveDataModelTrait
Attributes for Hive compatible data models.
|
class |
HiveFieldTrait
Attributes for Hive column field.
|
Modifier and Type | Class and Description |
---|---|
class |
OrcFileTrait
Attributes for ORCFile format.
|
Modifier and Type | Class and Description |
---|---|
class |
ParquetFileTrait
Attributes for parquet file format.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonFormatTrait
Attributes of JSON models.
|
class |
JsonPropertyTrait
Attributes of JSON properties.
|
Modifier and Type | Class and Description |
---|---|
class |
LineFieldTrait
Attributes for line based text fields.
|
class |
LineFormatTrait
Attributes for line based text supported data models.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceFileFormatTrait
Attributes for SequenceFile supported data models.
|
Modifier and Type | Class and Description |
---|---|
class |
TextFieldTrait
Attributes of formatted text fields.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvTextTrait
Attributes of CSV models.
|
Modifier and Type | Class and Description |
---|---|
class |
TabularTextTrait
Attributes of tabular text models.
|
Modifier and Type | Class and Description |
---|---|
class |
TsvFieldTrait
Attributes for TSV fields.
|
class |
TsvFormatTrait
Attributes for special TSV supported data models.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Declaration
Super interface of the all declarations.
|
interface |
MemberDeclaration
Represents a declaration of
model members. |
interface |
Symbol<D extends Declaration>
Super interface of the all reference symbols.
|
interface |
Trait<T extends Trait<T>>
Traits for declarations.
|
interface |
Type
Property types.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelDeclaration
Declaration of data models.
|
class |
ModelSymbol
Symbol of declared models.
|
class |
PropertyDeclaration
Declaration of properties.
|
class |
PropertyReferenceDeclaration
Represents a reference of properties.
|
class |
PropertySymbol
Symbol of declared properties.
|
Modifier and Type | Class and Description |
---|---|
class |
JoinTrait
Join trait for joined models.
|
class |
MappingFactor
Property mappings/foldings.
|
class |
NamespaceTrait
Namespace for models.
|
class |
ProjectionsTrait
Projections in use.
|
class |
ReduceTerm<T extends AstTerm<T>>
Reducing terms.
|
class |
ReferencesTrait
Referred models.
|
class |
SummarizeTrait
Summarize trait for summarized models.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicType
Basic type of properties.
|
class |
CollectionType
Collection type of properties.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvSupportTrait
Attributes for CSV supported data models.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcColumnTrait
Trait for holding column names.
|
class |
JdbcTableTrait
Trait for holding table information.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamSupportTrait
Trait for holding format name.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.