Class LiteralDTO
java.lang.Object
org.apache.gravitino.dto.rel.expressions.LiteralDTO
- All Implemented Interfaces:
FunctionArg
,Expression
,Literal<String>
Represents a Literal Data Transfer Object (DTO) that implements the Literal interface.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.gravitino.dto.rel.expressions.FunctionArg
FunctionArg.ArgType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LiteralDTO
An instance of LiteralDTO with a value of "NULL" and a data type of Types.NullType.get().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
-
Field Details
-
NULL
An instance of LiteralDTO with a value of "NULL" and a data type of Types.NullType.get().
-
-
Method Details
-
value
-
dataType
-
argType
Description copied from interface:FunctionArg
Arguments type of the function.- Specified by:
argType
in interfaceFunctionArg
- Returns:
- The type of the argument.
-
toString
-
builder
- Returns:
- the builder for creating a new instance of LiteralDTO.
-