public static class OrcFilters.Or extends OrcFilters.Predicate
| Constructor and Description |
|---|
Or(OrcFilters.Predicate... predicates)
Creates an OR predicate.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder |
add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder) |
String |
toString() |
public Or(OrcFilters.Predicate... predicates)
predicates - The disjunctive predicates.public org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder)
add in class OrcFilters.PredicateCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.