public class OrcFilters extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OrcFilters.And
An AND predicate that can be evaluated by the OrcInputFormat.
|
static class |
OrcFilters.Equals
An EQUALS predicate that can be evaluated by the OrcInputFormat.
|
static class |
OrcFilters.IsNull
An IS_NULL predicate that can be evaluated by the OrcInputFormat.
|
static class |
OrcFilters.LessThan
A LESS_THAN predicate that can be evaluated by the OrcInputFormat.
|
static class |
OrcFilters.LessThanEquals
A LESS_THAN_EQUALS predicate that can be evaluated by the OrcInputFormat.
|
static class |
OrcFilters.Not
A NOT predicate to negate a predicate that can be evaluated by the OrcInputFormat.
|
static class |
OrcFilters.Or
An OR predicate that can be evaluated by the OrcInputFormat.
|
static class |
OrcFilters.Predicate
A filter predicate that can be evaluated by the OrcInputFormat.
|
Constructor and Description |
---|
OrcFilters() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.