Package org.apache.iceberg.expressions
Class BoundReference<T>
java.lang.Object
org.apache.iceberg.expressions.BoundReference<T>
- All Implemented Interfaces:
- Serializable,- Bound<T>,- BoundTerm<T>,- Reference<T>,- Term
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionaccessor()eval(StructLike struct) Produce a value from the struct for this expression.field()intfieldId()booleanisEquivalentTo(BoundTerm<?> other) Returns whether this term is equivalent to another.name()booleanReturns whether values produced by this expression may be null.ref()Returns the underlying reference.toString()type()Returns the type produced by this expression.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.iceberg.expressions.BoundTermcomparator
- 
Method Details- 
evalDescription copied from interface:BoundProduce a value from the struct for this expression.
- 
field
- 
refDescription copied from interface:BoundReturns the underlying reference.
- 
typeDescription copied from interface:BoundTermReturns the type produced by this expression.
- 
producesNullpublic boolean producesNull()Description copied from interface:BoundTermReturns whether values produced by this expression may be null.- Specified by:
- producesNullin interface- BoundTerm<T>
 
- 
name
- 
isEquivalentToDescription copied from interface:BoundTermReturns whether this term is equivalent to another.- Specified by:
- isEquivalentToin interface- BoundTerm<T>
- Parameters:
- other- a term
- Returns:
- true if this term returns the same values as the other, false otherwise
 
- 
fieldIdpublic int fieldId()
- 
accessor
- 
toString
 
-