public static class ExpressionPredicates.Not extends Object implements ExpressionPredicates.Predicate
| Constructor and Description |
|---|
Not() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionPredicates.Predicate |
bindPredicate(ExpressionPredicates.Predicate predicate)
Binds predicate to create a NOT predicate.
|
org.apache.parquet.filter2.predicate.FilterPredicate |
filter()
Predicates the criteria for which records to keep when loading data from a parquet file.
|
static ExpressionPredicates.Not |
getInstance()
Returns a NOT predicate.
|
String |
toString() |
public static ExpressionPredicates.Not getInstance()
public ExpressionPredicates.Predicate bindPredicate(ExpressionPredicates.Predicate predicate)
predicate - The predicate to negate.public org.apache.parquet.filter2.predicate.FilterPredicate filter()
ExpressionPredicates.Predicatefilter in interface ExpressionPredicates.PredicateCopyright © 2023 The Apache Software Foundation. All rights reserved.