Package | Description |
---|---|
com.asakusafw.directio.hive.parquet.v2 |
Parquet format bridge for Hive v2.
|
Modifier and Type | Class and Description |
---|---|
class |
DecimalValueDriver
ParquetValueDriver for decimals. |
class |
LimitedStringValueDriver
ParquetValueDriver for character strings with its length limit. |
class |
ParquetValueDrivers
Provides
ParquetValueDriver . |
class |
StringValueDrivers
Converts between
ValueOption and string (binary) . |
class |
TimestampValueDrivers
Converts between
ValueOption and timestamp (binary) . |
Modifier and Type | Method and Description |
---|---|
static ParquetValueDriver |
StringValueDrivers.find(Class<?> valueClass)
Returns a
ParquetValueDriver for the specified type. |
static ParquetValueDriver |
TimestampValueDrivers.find(Class<?> valueClass)
Returns a
ParquetValueDriver for the specified type. |
static ParquetValueDriver |
ParquetValueDrivers.find(org.apache.hadoop.hive.serde2.typeinfo.TypeInfo typeInfo,
Class<?> valueClass)
Returns a
ParquetValueDriver for the specified type. |
static ParquetValueDriver |
ParquetValueDrivers.of(org.apache.hadoop.hive.serde2.typeinfo.TypeInfo typeInfo,
Class<?> valueClass)
Returns a
ParquetValueDriver for the specified type. |
Modifier and Type | Method and Description |
---|---|
Optional<ParquetValueDriver> |
CompatibilityV2.findValueDriver(org.apache.hadoop.hive.serde2.typeinfo.TypeInfo typeInfo,
Class<?> valueClass) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.