Package | Description |
---|---|
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
Modifier and Type | Method and Description |
---|---|
Reader.Options |
Reader.Options.clone() |
Reader.Options |
Reader.Options.include(boolean[] include)
Set the list of columns to read.
|
Reader.Options |
Reader.Options.range(long offset,
long length)
Set the range of bytes to read
|
Reader.Options |
Reader.Options.searchArgument(SearchArgument sarg,
String[] columnNames)
Set search argument for predicate push down.
|
Modifier and Type | Method and Description |
---|---|
RecordReader |
ReaderImpl.rowsOptions(Reader.Options options) |
RecordReader |
Reader.rowsOptions(Reader.Options options)
Create a RecordReader that uses the options given.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.