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, waitMethods inherited from interface org.apache.gravitino.rel.expressions.Expression
referencesMethods inherited from interface org.apache.gravitino.rel.expressions.FunctionExpression
children
-
Method Details
-
functionName
- Specified by:
functionNamein interfaceFunctionExpression- Returns:
- The transform function name.
-
arguments
- Specified by:
argumentsin interfaceFunctionExpression- Returns:
- The arguments passed to the transform function.
-
toString
-
equals
-
hashCode
public int hashCode()
-