Class Transforms.ApplyTransform

java.lang.Object
org.apache.gravitino.rel.expressions.transforms.Transforms.ApplyTransform
All Implemented Interfaces:
Expression, Transform
Enclosing class:
Transforms

public static final class Transforms.ApplyTransform extends Object implements Transform
A transform that applies a function to the input value.
  • Method Details

    • name

      public String name()
      Specified by:
      name in interface Transform
      Returns:
      The name of the function to apply.
    • arguments

      public Expression[] arguments()
      Specified by:
      arguments in interface Transform
      Returns:
      The arguments to the function.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object