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.runtime.directio.hadoop |
Direct I/O access for Hadoop Environment.
|
Modifier and Type | Method and Description |
---|---|
List<DirectInputFragment> |
AbstractOrcFileFormat.computeInputFragments(StripedDataFormat.InputContext context) |
Modifier and Type | Method and Description |
---|---|
List<DirectInputFragment> |
AbstractParquetFileFormat.computeInputFragments(StripedDataFormat.InputContext context) |
Modifier and Type | Method and Description |
---|---|
List<DirectInputFragment> |
StripedDataFormat.computeInputFragments(StripedDataFormat.InputContext context)
Compute
DirectInputFragment for the input. |
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.