Class Transforms.ApplyTransform
java.lang.Object
org.apache.gravitino.rel.expressions.transforms.Transforms.ApplyTransform
- All Implemented Interfaces:
Expression,Transform
- Enclosing class:
- Transforms
A transform that applies a function to the input value.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.rel.expressions.transforms.Transform
Transform.SingleFieldTransform -
Field Summary
Fields inherited from interface org.apache.gravitino.rel.expressions.Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.gravitino.rel.expressions.Expression
referencesMethods inherited from interface org.apache.gravitino.rel.expressions.transforms.Transform
assignments, children
-
Method Details