public static class OrcFilters.Not extends OrcFilters.Predicate
Constructor and Description |
---|
Not(OrcFilters.Predicate predicate)
Creates a NOT 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 Not(OrcFilters.Predicate predicate)
predicate
- The predicate to negate.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 © 2023–2024 The Apache Software Foundation. All rights reserved.