Class VariantSqlNull
java.lang.Object
org.apache.calcite.runtime.variant.VariantValue
org.apache.calcite.runtime.variant.VariantSqlValue
org.apache.calcite.runtime.variant.VariantSqlNull
A VARIANT value that contains a NULL runtime value.
-
Method Summary
Methods inherited from class org.apache.calcite.runtime.variant.VariantSqlValue
create, getTypeString
Methods inherited from class org.apache.calcite.runtime.variant.VariantValue
getTypeString
-
Method Details
-
item
- Specified by:
item
in classVariantValue
-
cast
Description copied from class:VariantValue
Cast this value to the specified type. Currently, the rule is: if the value has the specified type, the value field is returned, otherwise a SQL NULL is returned.- Specified by:
cast
in classVariantValue
-
toString
-
hashCode
public int hashCode() -
equals
-