public static class OrcFilters.And extends OrcFilters.Predicate
Constructor and Description |
---|
And(OrcFilters.Predicate... predicates)
Creates an AND 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 And(OrcFilters.Predicate... predicates)
predicates
- The conjunctive 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
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.