Modifier and Type | Method and Description |
---|---|
AttributeDriver |
Context.findAttributeDriver(AstAttribute attribute)
Returns an attribute driver corresponding to the attribute.
|
Constructor and Description |
---|
Context(DmdlSemantics world,
Iterable<? extends TypeDriver> typeDrivers,
Iterable<? extends AttributeDriver> attributeDrivers)
Creates and returns a new instance.
|
DmdlAnalyzer(DmdlAnalyzerEnhancer enhancer,
Iterable<? extends TypeDriver> typeDrivers,
Iterable<? extends AttributeDriver> attributeDrivers)
Creates and returns a new instance.
|
DmdlAnalyzer(Iterable<? extends TypeDriver> typeDrivers,
Iterable<? extends AttributeDriver> attributeDrivers)
Creates and returns a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoProjectionDriver
Processes
@auto_projection annotations. |
class |
NamespaceDriver
Processes
@namespace annotations. |
Modifier and Type | Class and Description |
---|---|
class |
CsvFieldDriver
Processes
@directio.csv.field attributes. |
class |
CsvFileNameDriver
Processes
@directio.csv.file_name attributes. |
class |
CsvFormatDriver
Processes
@directio.csv attributes. |
class |
CsvIgnoreDriver
Processes
@directio.csv.ignore attributes. |
class |
CsvLineNumberDriver
Processes
@directio.csv.line_number attributes. |
class |
CsvRecordNumberDriver
Processes
@directio.csv.record_number attributes. |
Modifier and Type | Class and Description |
---|---|
class |
HiveCharDriver
Processes
@directio.hive.char attributes. |
class |
HiveDecimalDriver
Processes
@directio.hive.decimal attributes. |
class |
HiveFieldDriver
Processes
@directio.hive.field attributes. |
class |
HiveIgnoreDriver
Processes
@directio.hive.ignore attributes. |
class |
HiveStringDriver
Processes
@directio.hive.string attributes. |
class |
HiveTimestampDriver
Processes
@directio.hive.timestamp attributes. |
class |
HiveVarcharDriver
Processes
@directio.hive.varchar 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 |
JsonFileNameDriver
Processes
@directio.json.file_name attributes. |
class |
JsonFormatDriver
Processes
@directio.json attributes. |
class |
JsonIgnoreDriver
Processes
@directio.json.ignore attributes. |
class |
JsonLineNumberDriver
Processes
@directio.json.line_number attributes. |
class |
JsonPropertyDriver
Processes
@directio.json.property attributes. |
class |
JsonRecordNumberDriver
Processes
@directio.json.record_number attributes. |
Modifier and Type | Class and Description |
---|---|
class |
LineBodyDriver
Processes
@directio.line.body attributes. |
class |
LineFileNameDriver
Processes
@directio.line.file_name attributes. |
class |
LineFormatDriver
Processes
@directio.line attributes. |
class |
LineLineNumberDriver
Processes
@directio.line.line_number attributes. |
Modifier and Type | Class and Description |
---|---|
class |
SequenceFileFormatDriver
Processes
@directio.csv attributes. |
Modifier and Type | Class and Description |
---|---|
class |
TextFieldDriver
Processes
@directio.text.field attributes. |
class |
TextFileNameDriver
Processes
@directio.text.file_name attributes. |
class |
TextIgnoreDriver
Processes
@directio.text.ignore attributes. |
class |
TextLineNumberDriver
Processes
@directio.text.line_number attributes. |
class |
TextRecordNumberDriver
Processes
@directio.text.record_number 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 |
TsvFieldDriver
Processes
@directio.tsv.field attributes. |
class |
TsvFileNameDriver
Processes
@directio.tsv.file_name attributes. |
class |
TsvFormatDriver
Processes
@directio.tsv attributes. |
class |
TsvIgnoreDriver
Processes
@directio.tsv.ignore attributes. |
Modifier and Type | Class and Description |
---|---|
class |
ModelAttributeDriver
|
class |
PropertyAttributeDriver
|
Modifier and Type | Class and Description |
---|---|
class |
CsvSupportDriver
Processes
@windgate.csv attributes. |
Modifier and Type | Class and Description |
---|---|
class |
ColumnDriver
Processes
@windgate.column attributes (deprecated). |
class |
JdbcColumnDriver
Processes
@windgate.jdbc.column attributes. |
class |
JdbcTableDriver
Processes
@windgate.jdbc.table attributes. |
Modifier and Type | Class and Description |
---|---|
class |
StreamSupportDriver
Processes
@windgate.stream_format attributes. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.