public static class IsPredicate.IsNotNull extends IsPredicate
FilterExpression.Operator.IS_NOT_NULL
operator expression:
storagePlugin is not null.IsPredicate.IsNotNull, IsPredicate.IsNull
FilterExpression.Operator, FilterExpression.Visitor<T>
Constructor and Description |
---|
IsNotNull(MetastoreColumn column) |
Modifier and Type | Method and Description |
---|---|
<V> V |
accept(FilterExpression.Visitor<V> visitor) |
column, operator, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
and, and, equal, greaterThan, greaterThanOrEqual, in, in, isNotNull, isNull, lessThan, lessThanOrEqual, not, notEqual, notIn, notIn, or
public IsNotNull(MetastoreColumn column)
public <V> V accept(FilterExpression.Visitor<V> visitor)
Copyright © 2021 The Apache Software Foundation. All rights reserved.