Class | Description |
---|---|
OrcFilters |
Utility class that provides helper methods to work with Orc Filter PushDown.
|
OrcFilters.And |
An AND predicate that can be evaluated by the OrcInputFormat.
|
OrcFilters.Equals |
An EQUALS predicate that can be evaluated by the OrcInputFormat.
|
OrcFilters.IsNull |
An IS_NULL predicate that can be evaluated by the OrcInputFormat.
|
OrcFilters.LessThan |
A LESS_THAN predicate that can be evaluated by the OrcInputFormat.
|
OrcFilters.LessThanEquals |
A LESS_THAN_EQUALS predicate that can be evaluated by the OrcInputFormat.
|
OrcFilters.Not |
A NOT predicate to negate a predicate that can be evaluated by the OrcInputFormat.
|
OrcFilters.Or |
An OR predicate that can be evaluated by the OrcInputFormat.
|
OrcFilters.Predicate |
A filter predicate that can be evaluated by the OrcInputFormat.
|
OrcPredicateFunctionVisitor |
Convert
Predicate to OrcFilters.Predicate for orc. |
OrcSimpleStatsExtractor |
SimpleStatsExtractor for orc files. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.