Class VariantNull

java.lang.Object
org.apache.calcite.runtime.variant.VariantValue
org.apache.calcite.runtime.variant.VariantNull

public class VariantNull extends VariantValue
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 Details

  • Constructor Details

    • VariantNull

      protected VariantNull()
  • Method Details