Package | Description |
---|---|
com.asakusafw.directio.hive.serde |
Data serialization format bridge between Asakusa and Hive.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyDescriptor
Represents a property in data model object.
|
class |
StringValueSerdeFactory
ValueSerde s for string values. |
class |
TimestampValueSerdeFactory
ValueSerde s for timestamp values. |
class |
ValueSerdeFactory
Factory for
ValueSerde . |
Modifier and Type | Method and Description |
---|---|
static ValueSerde |
ValueSerdeFactory.getChar(int length)
StringOption as char . |
static ValueSerde |
ValueSerdeFactory.getDecimal(int precision,
int scale)
DecimalOption with precision, scale. |
static ValueSerde |
ValueSerdeFactory.getVarchar(int length)
StringOption as varchar . |
Constructor and Description |
---|
PropertyDescriptor(String name,
ValueSerde serde)
Creates a new instance.
|
PropertyDescriptor(String name,
ValueSerde serde,
String comment)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.