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 LiteralDTOAn 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_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
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:FunctionArgArguments type of the function.- Specified by:
argTypein interfaceFunctionArg- Returns:
- The type of the argument.
-
toString
-
builder
- Returns:
- the builder for creating a new instance of LiteralDTO.
-