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) |
protected Iterable<OrcFilters.Predicate> |
children() |
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.Predicate
protected Iterable<OrcFilters.Predicate> children()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.