Package org.apache.iceberg.expressions
Class UnboundTransform<S,T>
- java.lang.Object
-
- org.apache.iceberg.expressions.UnboundTransform<S,T>
-
- All Implemented Interfaces:
java.io.Serializable
,Term
,Unbound<T,BoundTerm<T>>
,UnboundTerm<T>
public class UnboundTransform<S,T> extends java.lang.Object implements UnboundTerm<T>, Term
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundTransform<S,T>
bind(Types.StructType struct, boolean caseSensitive)
Bind this value expression to concrete types.NamedReference<S>
ref()
Returns this expression's underlying reference.java.lang.String
toString()
Transform<S,T>
transform()
-
-
-
Method Detail
-
ref
public NamedReference<S> ref()
Description copied from interface:Unbound
Returns this expression's underlying reference.
-
bind
public BoundTransform<S,T> bind(Types.StructType struct, boolean caseSensitive)
Description copied from interface:Unbound
Bind this value expression to concrete types.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-