Class VariantNull
java.lang.Object
org.apache.calcite.runtime.variant.VariantValue
org.apache.calcite.runtime.variant.VariantNull
The VARIANT type has its own notion of null, which is
different from the SQL NULL value. For example, two variant nulls are equal
with each other. This class represents such values.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Object
cast
(RuntimeTypeInformation type) Cast this value to the specified type.boolean
static VariantNull
Get the single instance of this type.A string describing the runtime type information of this value.int
hashCode()
@Nullable Object
toString()
Methods inherited from class org.apache.calcite.runtime.variant.VariantValue
getTypeString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
VariantNull
protected VariantNull()
-
-
Method Details
-
getTypeString
Description copied from class:VariantValue
A string describing the runtime type information of this value.- Specified by:
getTypeString
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
-
item
- Specified by:
item
in classVariantValue
-
getInstance
Get the single instance of this type. -
hashCode
public int hashCode() -
equals
-
toString
-