Package | Description |
---|---|
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
org.apache.hadoop.hive.ql.io.sarg |
Modifier and Type | Method and Description |
---|---|
SearchArgument |
Reader.Options.getSearchArgument() |
Modifier and Type | Method and Description |
---|---|
RecordReader |
ReaderImpl.rows(long offset,
long length,
boolean[] include,
SearchArgument sarg,
String[] columnNames) |
RecordReader |
Reader.rows(long offset,
long length,
boolean[] include,
SearchArgument sarg,
String[] neededColumns)
Create a RecordReader that will read a section of a file.
|
Reader.Options |
Reader.Options.searchArgument(SearchArgument sarg,
String[] columnNames)
Set search argument for predicate push down.
|
Modifier and Type | Method and Description |
---|---|
SearchArgument |
SearchArgument.Builder.build()
Build and return the SearchArgument that has been defined.
|
static SearchArgument |
SearchArgumentFactory.create(ExprNodeGenericFuncDesc expression) |
static SearchArgument |
SearchArgumentFactory.create(String kryo) |
static SearchArgument |
SearchArgumentFactory.createFromConf(org.apache.hadoop.conf.Configuration conf) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.