Package | Description |
---|---|
com.asakusafw.directio.hive.parquet.v1 |
Parquet format bridge for Hive v1.
|
com.asakusafw.directio.hive.parquet.v2 |
Parquet format bridge for Hive v2.
|
com.asakusafw.directio.hive.serde |
Data serialization format bridge between Asakusa and Hive.
|
Constructor and Description |
---|
DataModelConverter(List<? extends PropertyDescriptor> properties)
Creates a new instance.
|
Constructor and Description |
---|
DataModelConverter(List<? extends PropertyDescriptor> properties)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor |
DataModelDescriptor.findPropertyDescriptor(String name)
Returns a property descriptor.
|
Modifier and Type | Method and Description |
---|---|
List<? extends PropertyDescriptor> |
DataModelDescriptor.getPropertyDescriptors()
Returns the property descriptors in the target data model.
|
Modifier and Type | Method and Description |
---|---|
DataModelDescriptorBuilder |
DataModelDescriptorBuilder.property(PropertyDescriptor descriptor)
Adds a property descriptor for the target data model.
|
Constructor and Description |
---|
DataModelDescriptor(Class<?> dataModelClass,
List<? extends PropertyDescriptor> properties)
Creates a new instance.
|
DataModelDescriptor(Class<?> dataModelClass,
String comment,
List<? extends PropertyDescriptor> properties)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.