Package org.apache.iceberg.expressions
Interface UnboundTerm<T>
- Type Parameters:
T
- the Java type of values produced by this term
- All Superinterfaces:
Serializable
,Term
,Unbound<T,
BoundTerm<T>>
- All Known Implementing Classes:
NamedReference
,UnboundTransform
Represents an unbound term.
-
Method Summary