Class UnparsedExpressionDTO
java.lang.Object
org.apache.gravitino.dto.rel.expressions.UnparsedExpressionDTO
- All Implemented Interfaces:
FunctionArg
,Expression
,UnparsedExpression
Data transfer object representing an unparsed expression.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.gravitino.dto.rel.expressions.FunctionArg
FunctionArg.ArgType
Nested classes/interfaces inherited from interface org.apache.gravitino.rel.expressions.UnparsedExpression
UnparsedExpression.UnparsedExpressionImpl
-
Field Summary
Fields inherited from interface org.apache.gravitino.rel.expressions.Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
Fields inherited from interface org.apache.gravitino.dto.rel.expressions.FunctionArg
EMPTY_ARGS
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.gravitino.rel.expressions.Expression
references
Methods inherited from interface org.apache.gravitino.dto.rel.expressions.FunctionArg
validate
Methods inherited from interface org.apache.gravitino.rel.expressions.UnparsedExpression
children
-
Method Details
-
unparsedExpression
- Specified by:
unparsedExpression
in interfaceUnparsedExpression
- Returns:
- The value of the unparsed expression.
-
argType
Description copied from interface:FunctionArg
Arguments type of the function.- Specified by:
argType
in interfaceFunctionArg
- Returns:
- The type of the function argument.
-
toString
-
builder
- Returns:
- A builder instance for
UnparsedExpressionDTO
.
-