| Package | Description |
|---|---|
| com.facebook.hive.orc |
The Optimized Row Columnar (ORC) File Format.
|
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
ReaderImpl.rows(boolean[] include) |
RecordReader |
Reader.rows(boolean[] include)
Create a RecordReader that will scan the entire file.
|
RecordReader |
ReaderImpl.rows(long offset,
long length,
boolean[] include) |
RecordReader |
Reader.rows(long offset,
long length,
boolean[] include)
Create a RecordReader that will start reading at the first stripe after
offset up to the stripe that starts at offset + length.
|
Copyright © 2013–2021. All rights reserved.