Class IsPredicate.IsNotNull
java.lang.Object
org.apache.drill.metastore.expressions.IsPredicate
org.apache.drill.metastore.expressions.IsPredicate.IsNotNull
- All Implemented Interfaces:
FilterExpression
- Enclosing class:
- IsPredicate
Indicates
FilterExpression.Operator.IS_NOT_NULL
operator expression:
storagePlugin is not null.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.metastore.expressions.IsPredicate
IsPredicate.IsNotNull, IsPredicate.IsNull
Nested classes/interfaces inherited from interface org.apache.drill.metastore.expressions.FilterExpression
FilterExpression.Operator, FilterExpression.Visitor<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.drill.metastore.expressions.IsPredicate
column, operator, toString
-
Constructor Details
-
IsNotNull
-
-
Method Details
-
accept
-