Package org.apache.iceberg.expressions
Interface BoundTerm<T>
- 
- Type Parameters:
- T- the Java type of values produced by this term
 - All Known Implementing Classes:
- BoundReference,- BoundTransform
 
 public interface BoundTerm<T> extends Bound<T>, Term Represents a bound term.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.util.Comparator<T>comparator()Returns aComparatorfor values produced by this term.Typetype()Returns the type produced by this expression.
 
-