DOC

com.intel.qat : orc

Maven & Gradle

May 28, 2020

Apache ORC · 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.

Table Of Contents

Latest Version

Download com.intel.qat : orc Javadoc & API Documentation - Latest Versions:

All Versions

Download com.intel.qat : orc Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file orc-1.5.1-javadoc.jar to orc-1.5.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder orc-1.5.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "orc-1.5.1-sources.jar" -d "orc-1.5.1-javadoc" -subpackages