Package org.apache.calcite.runtime.variant


package org.apache.calcite.runtime.variant
Runtime support for values of the VARIANT data type.
  • Classes
    Class
    Description
    A VARIANT value that contains a non-null value.
    The VARIANT type has its own notion of null, which is different from the SQL NULL value.
    A VARIANT value that contains a NULL runtime value.
    A value of VARIANT type that represents a SQL value (The VARIANT type also has a null value which is different from any other SQL value).
    Base class for the runtime support for values of the VARIANT SQL type.