o

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.
http://orc.apache.org
The Apache Software License, Version 2.0
xieqi xucheng zhangjie
文件下载
文件名 操作
orc-1.5.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.intel.qat</groupId>
  <artifactId>orc</artifactId>
  <version>1.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.intel.qat:orc:1.5.1'
Gradle Kotlin
implementation("com.intel.qat:orc:1.5.1")
Scala SBT
libraryDependencies += "com.intel.qat" % "orc" % "1.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.intel.qat', module='orc', version='1.5.1')
)
Apache Ivy
<dependency org="com.intel.qat" name="orc" rev="1.5.1" />
Leiningen
[com.intel.qat/orc "1.5.1"]
Apache Buildr
'com.intel.qat:orc:jar:1.5.1'