Package org.apache.iceberg.expressions
Class Not
java.lang.Object
org.apache.iceberg.expressions.Not
- All Implemented Interfaces:
- Serializable,- Expression
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.iceberg.expressions.ExpressionExpression.Operation
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.iceberg.expressions.ExpressionisEquivalentTo
- 
Method Details- 
child
- 
opDescription copied from interface:ExpressionReturns the operation for an expression node.- Specified by:
- opin interface- Expression
 
- 
negateDescription copied from interface:ExpressionReturns the negation of this expression, equivalent to not(this).- Specified by:
- negatein interface- Expression
 
- 
toString
 
-