Package org.apache.iceberg.expressions
Class Not
- java.lang.Object
-
- org.apache.iceberg.expressions.Not
-
- All Implemented Interfaces:
java.io.Serializable,Expression
public class Not extends java.lang.Object implements Expression
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.iceberg.expressions.Expression
Expression.Operation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expressionchild()Expressionnegate()Expression.Operationop()java.lang.StringtoString()
-
-
-
Method Detail
-
child
public Expression child()
-
op
public Expression.Operation op()
- Specified by:
opin interfaceExpression- Returns:
- the operation for an expression node.
-
negate
public Expression negate()
- Specified by:
negatein interfaceExpression- Returns:
- the negation of this expression, equivalent to not(this).
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-