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

public interface UnboundTerm<T> extends Unbound<T,BoundTerm<T>>, Term
Represents an unbound term.
  • Method Summary

    Methods inherited from interface org.apache.iceberg.expressions.Unbound

    bind, ref