Package | Description |
---|---|
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
Modifier and Type | Field and Description |
---|---|
protected InStream |
TreeReaderFactory.FloatTreeReader.stream |
protected InStream |
TreeReaderFactory.DoubleTreeReader.stream |
protected InStream |
TreeReaderFactory.BinaryTreeReader.stream |
protected InStream |
TreeReaderFactory.StringDirectTreeReader.stream |
protected InStream |
TreeReaderFactory.DecimalTreeReader.valueStream |
Modifier and Type | Method and Description |
---|---|
static InStream |
InStream.create(String streamName,
ByteBuffer[] buffers,
long[] offsets,
long length,
CompressionCodec codec,
int bufferSize)
Deprecated.
|
static InStream |
InStream.create(String name,
List<DiskRange> input,
long length,
CompressionCodec codec,
int bufferSize)
Create an input stream from a list of disk ranges with data.
|
Modifier and Type | Method and Description |
---|---|
static void |
TreeReaderFactory.BytesColumnVectorUtil.readOrcByteArrays(InStream stream,
org.apache.hadoop.hive.ql.io.orc.IntegerReader lengths,
LongColumnVector scratchlcv,
BytesColumnVector result,
long batchSize) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.