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.ArgTypeNested 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_REFERENCEFields 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, waitMethods inherited from interface org.apache.gravitino.rel.expressions.Expression
referencesMethods inherited from interface org.apache.gravitino.dto.rel.expressions.FunctionArg
validateMethods inherited from interface org.apache.gravitino.rel.expressions.UnparsedExpression
children
-
Method Details
-
unparsedExpression
- Specified by:
unparsedExpressionin interfaceUnparsedExpression- Returns:
- The value of the unparsed expression.
-
argType
Description copied from interface:FunctionArgArguments type of the function.- Specified by:
argTypein interfaceFunctionArg- Returns:
- The type of the function argument.
-
toString
-
builder
- Returns:
- A builder instance for
UnparsedExpressionDTO.
-