Class IsPredicate
java.lang.Object
org.apache.drill.metastore.expressions.IsPredicate
- All Implemented Interfaces:
FilterExpression
- Direct Known Subclasses:
IsPredicate.IsNotNull,IsPredicate.IsNull
Indicates IS predicate implementations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classIndicatesFilterExpression.Operator.IS_NOT_NULLoperator expression: storagePlugin is not null.static classIndicatesFilterExpression.Operator.IS_NULLoperator expression: storagePlugin is null.Nested classes/interfaces inherited from interface org.apache.drill.metastore.expressions.FilterExpression
FilterExpression.Operator, FilterExpression.Visitor<T> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIsPredicate(MetastoreColumn column, FilterExpression.Operator operator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.drill.metastore.expressions.FilterExpression
accept
-
Constructor Details
-
IsPredicate
-
-
Method Details
-
column
-
operator
- Specified by:
operatorin interfaceFilterExpression
-
toString
-