public abstract class SingleExpressionPredicate extends Object implements FilterExpression
| Modifier and Type | Class and Description |
|---|---|
static class |
SingleExpressionPredicate.Not
Indicates
FilterExpression.Operator.NOT operator expression:
not(storagePlugin = 'dfs'). |
FilterExpression.Operator, FilterExpression.Visitor<T>| Modifier | Constructor and Description |
|---|---|
protected |
SingleExpressionPredicate(FilterExpression expression,
FilterExpression.Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
expression() |
FilterExpression.Operator |
operator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, and, and, equal, greaterThan, greaterThanOrEqual, in, in, isNotNull, isNull, lessThan, lessThanOrEqual, not, notEqual, notIn, notIn, orprotected SingleExpressionPredicate(FilterExpression expression, FilterExpression.Operator operator)
public FilterExpression expression()
public FilterExpression.Operator operator()
operator in interface FilterExpressionCopyright © 2021 The Apache Software Foundation. All rights reserved.