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.serde |
Data serialization format bridge between Asakusa and Hive.
|
Modifier and Type | Method and Description |
---|---|
DataModelMapping.FieldMappingStrategy |
OrcFormatConfiguration.getFieldMappingStrategy()
Returns the field mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
OrcFormatConfiguration |
OrcFormatConfiguration.withFieldMappingStrategy(DataModelMapping.FieldMappingStrategy value)
Sets the field mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
DataModelMapping.FieldMappingStrategy |
ParquetFormatConfiguration.getFieldMappingStrategy()
Returns the field mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withFieldMappingStrategy(DataModelMapping.FieldMappingStrategy value)
Sets the field mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
DataModelMapping.FieldMappingStrategy |
DataModelMapping.getFieldMappingStrategy()
Returns the field mapping strategy.
|
static DataModelMapping.FieldMappingStrategy |
DataModelMapping.FieldMappingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataModelMapping.FieldMappingStrategy[] |
DataModelMapping.FieldMappingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataModelMapping.setFieldMappingStrategy(DataModelMapping.FieldMappingStrategy value)
Sets the field mapping strategy.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.