public static class OrcRowInputFormat.Or extends OrcRowInputFormat.Predicate
Constructor and Description |
---|
Or(OrcRowInputFormat.Predicate... predicates)
Creates an OR predicate.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder |
add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder) |
protected Iterable<OrcRowInputFormat.Predicate> |
children() |
String |
toString() |
public Or(OrcRowInputFormat.Predicate... predicates)
predicates
- The disjunctive predicates.protected org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder)
add
in class OrcRowInputFormat.Predicate
protected Iterable<OrcRowInputFormat.Predicate> children()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.