Package org.apache.iceberg.expressions
Interface Reference<T>
-
- All Superinterfaces:
java.io.Serializable
,Term
- All Known Implementing Classes:
BoundReference
,NamedReference
public interface Reference<T> extends Term
Represents a variable reference in anexpression
.- See Also:
BoundReference
,NamedReference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
name()
-