Class Literal.LiteralImpl<T>
java.lang.Object
org.apache.gravitino.rel.expressions.Literal.LiteralImpl<T>
- Type Parameters:
T
- The JVM type of value held by the literal.
- All Implemented Interfaces:
Expression
,Literal<T>
Creates a literal with the given type value.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.rel.expressions.Literal
Literal.LiteralImpl<T>
-
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, toString, wait, wait, wait
Methods inherited from interface org.apache.gravitino.rel.expressions.Expression
references