Class FunctionExpression.FuncExpressionImpl
java.lang.Object
org.apache.gravitino.rel.expressions.FunctionExpression.FuncExpressionImpl
- All Implemented Interfaces:
Expression
,FunctionExpression
- Enclosing interface:
- FunctionExpression
public static final class FunctionExpression.FuncExpressionImpl
extends Object
implements FunctionExpression
A
FunctionExpression
implementation-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.rel.expressions.FunctionExpression
FunctionExpression.FuncExpressionImpl
-
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, wait, wait, wait
Methods inherited from interface org.apache.gravitino.rel.expressions.Expression
references
Methods inherited from interface org.apache.gravitino.rel.expressions.FunctionExpression
children
-
Method Details
-
functionName
- Specified by:
functionName
in interfaceFunctionExpression
- Returns:
- The transform function name.
-
arguments
- Specified by:
arguments
in interfaceFunctionExpression
- Returns:
- The arguments passed to the transform function.
-
toString
-
equals
-
hashCode
public int hashCode()
-