License |
License |
---|---|
GroupId | GroupIdcom.intel.qat |
ArtifactId | ArtifactIdorc |
Last Version | Last Version1.5.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
orc-1.5.1.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.intel.qat/orc/ -->
<dependency>
<groupId>com.intel.qat</groupId>
<artifactId>orc</artifactId>
<version>1.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.intel.qat/orc/
implementation 'com.intel.qat:orc:1.5.1'
// https://jarcasting.com/artifacts/com.intel.qat/orc/
implementation ("com.intel.qat:orc:1.5.1")
'com.intel.qat:orc:pom:1.5.1'
<dependency org="com.intel.qat" name="orc" rev="1.5.1">
<artifact name="orc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.intel.qat', module='orc', version='1.5.1')
)
libraryDependencies += "com.intel.qat" % "orc" % "1.5.1"
[com.intel.qat/orc "1.5.1"]