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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrcFileFormat<T>
An abstract implementation of
HadoopFileFormat for ORCFile. |
class |
OrcFileFormat<T>
An implementation of
DataFormat for ORCFile. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParquetFileFormat<T>
An abstract implementation of
HadoopFileFormat for Parquet. |
class |
ParquetFileFormat<T>
An implementation of
DataFormat for Parquet file. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.