Package | Description |
---|---|
org.apache.hadoop.hive.common | |
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskRangeList
Java linked list iterator interface is convoluted, and moreover concurrent modifications
of the same list by multiple iterators are impossible.
|
static class |
DiskRangeList.DiskRangeListMutateHelper
List in-place mutation helper - a bogus first element that is inserted before list head,
and thus remains constant even if head is replaced with some new range via in-place list
mutation.
|
Modifier and Type | Method and Description |
---|---|
DiskRange |
DiskRange.sliceAndShift(long offset,
long end,
long shiftBy) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.