Class Literals.LiteralImpl<T>
java.lang.Object
org.apache.gravitino.rel.expressions.literals.Literals.LiteralImpl<T>
- Type Parameters:
T
- The JVM type of value held by the literal.
- All Implemented Interfaces:
Expression
,Literal<T>
- Enclosing class:
- Literals
Creates a literal with the given type value.
-
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, wait, wait, wait
Methods inherited from interface org.apache.gravitino.rel.expressions.Expression
references
-
Method Details
-
value
-
dataType
-
equals
-
hashCode
public int hashCode() -
toString
-