Group: Apache ORC
Sort:
popular
|
newest
1. ORC Core144 usages
org.apache.orc » orc-coreApache
The core reader and writer for ORC files. Uses the vectorized column batch
for the in memory representation.
Last Release on Jan 10, 2025
2. ORC MapReduce32 usages
org.apache.orc » orc-mapreduceApache
An implementation of Hadoop's mapred and mapreduce input and output formats
for ORC files. They use the core reader and writer, but present the data
to the user in Writable objects.
Last Release on Jan 10, 2025
5. Apache ORC Format3 usages
org.apache.orc » orc-formatApache
ORC is a self-describing type-aware columnar file format designed
for Hadoop workloads. It is optimized for large streaming reads,
but with integrated support for finding required rows
quickly. Storing data in a columnar format lets the reader read,
decompress, and process only the values that are required for the
current query.
Last Release on Jan 6, 2024
6. Apache ORC1 usages
org.apache.orc » orcApache
ORC is a self-describing type-aware columnar file format designed
for Hadoop workloads. It is optimized for large streaming reads,
but with integrated support for finding required rows
quickly. Storing data in a columnar format lets the reader read,
decompress, and process only the values that are required for the
current query.
Last Release on Jan 10, 2025
8. ORC Benchmarks
org.apache.orc » orc-benchmarksApache
Benchmarks for comparing ORC, Parquet, and Avro performance.
Last Release on Jan 23, 2018