public abstract class IsPredicate extends Object implements FilterExpression
| Modifier and Type | Class and Description |
|---|---|
static class |
IsPredicate.IsNotNull
Indicates
FilterExpression.Operator.IS_NOT_NULL operator expression:
storagePlugin is not null. |
static class |
IsPredicate.IsNull
Indicates
FilterExpression.Operator.IS_NULL operator expression:
storagePlugin is null. |
FilterExpression.Operator, FilterExpression.Visitor<T>| Modifier | Constructor and Description |
|---|---|
protected |
IsPredicate(MetastoreColumn column,
FilterExpression.Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
MetastoreColumn |
column() |
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 IsPredicate(MetastoreColumn column, FilterExpression.Operator operator)
public MetastoreColumn column()
public FilterExpression.Operator operator()
operator in interface FilterExpressionCopyright © 2021 The Apache Software Foundation. All rights reserved.