Interface | Description |
---|---|
OrcColumnarRowSplitReader.ColumnBatchGenerator |
Interface to gen
VectorizedColumnBatch . |
Class | Description |
---|---|
OrcColumnarRowSplitReader |
OrcSplitReader to read ORC files into BaseRow . |
OrcInputFormat<T> |
InputFormat to read ORC files.
|
OrcRowInputFormat |
InputFormat to read ORC files into
Row . |
OrcRowSplitReader |
OrcSplitReader to read ORC files into Row . |
OrcSplitReader<T> |
Orc split reader to read record from orc file.
|
OrcSplitReader.Between |
An BETWEEN predicate that can be evaluated by the OrcInputFormat.
|
OrcSplitReader.Equals |
An EQUALS predicate that can be evaluated by the OrcInputFormat.
|
OrcSplitReader.In |
An IN predicate that can be evaluated by the OrcInputFormat.
|
OrcSplitReader.IsNull |
An IS_NULL predicate that can be evaluated by the OrcInputFormat.
|
OrcSplitReader.LessThan |
A LESS_THAN predicate that can be evaluated by the OrcInputFormat.
|
OrcSplitReader.LessThanEquals |
A LESS_THAN_EQUALS predicate that can be evaluated by the OrcInputFormat.
|
OrcSplitReader.Not |
A NOT predicate to negate a predicate that can be evaluated by the OrcInputFormat.
|
OrcSplitReader.NullSafeEquals |
An EQUALS predicate that can be evaluated with Null safety by the OrcInputFormat.
|
OrcSplitReader.Or |
An OR predicate that can be evaluated by the OrcInputFormat.
|
OrcSplitReader.Predicate |
A filter predicate that can be evaluated by the OrcInputFormat.
|
OrcSplitReaderUtil |
Util for generating
OrcSplitReader . |
OrcTableSource |
A TableSource to read ORC files.
|
OrcTableSource.Builder |
Constructs an
OrcTableSource . |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.