Package org.apache.iceberg.expressions
Class Predicate<T,C extends Term>
java.lang.Object
org.apache.iceberg.expressions.Predicate<T,C>
- All Implemented Interfaces:
Serializable
,Expression
- Direct Known Subclasses:
BoundPredicate
,UnboundPredicate
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.expressions.Expression
Expression.Operation
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.iceberg.expressions.Expression
isEquivalentTo, negate
-
Method Details
-
op
Description copied from interface:Expression
Returns the operation for an expression node.- Specified by:
op
in interfaceExpression
-
term
-