Class | Description |
---|---|
OrcRowInputFormat |
InputFormat to read ORC files.
|
OrcRowInputFormat.Between |
An BETWEEN predicate that can be evaluated by the OrcRowInputFormat.
|
OrcRowInputFormat.Equals |
An EQUALS predicate that can be evaluated by the OrcRowInputFormat.
|
OrcRowInputFormat.In |
An IN predicate that can be evaluated by the OrcRowInputFormat.
|
OrcRowInputFormat.IsNull |
An IS_NULL predicate that can be evaluated by the OrcRowInputFormat.
|
OrcRowInputFormat.LessThan |
A LESS_THAN predicate that can be evaluated by the OrcRowInputFormat.
|
OrcRowInputFormat.LessThanEquals |
A LESS_THAN_EQUALS predicate that can be evaluated by the OrcRowInputFormat.
|
OrcRowInputFormat.Not |
A NOT predicate to negate a predicate that can be evaluated by the OrcRowInputFormat.
|
OrcRowInputFormat.NullSafeEquals |
An EQUALS predicate that can be evaluated with Null safety by the OrcRowInputFormat.
|
OrcRowInputFormat.Or |
An OR predicate that can be evaluated by the OrcRowInputFormat.
|
OrcRowInputFormat.Predicate |
A filter predicate that can be evaluated by the OrcRowInputFormat.
|
OrcTableSource |
A TableSource to read ORC files.
|
OrcTableSource.Builder |
Constructs an
OrcTableSource . |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.