Package org.apache.iceberg.expressions
Class Predicate<T,C extends Term>
- java.lang.Object
-
- org.apache.iceberg.expressions.Predicate<T,C>
-
- All Implemented Interfaces:
java.io.Serializable
,Expression
- Direct Known Subclasses:
BoundPredicate
,UnboundPredicate
public abstract class Predicate<T,C extends Term> 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 Expression.Operation
op()
Returns the operation for an expression node.C
term()
-
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 Detail
-
op
public Expression.Operation op()
Description copied from interface:Expression
Returns the operation for an expression node.- Specified by:
op
in interfaceExpression
-
term
public C term()
-
-