Class ObjectSqlType

    • Constructor Detail

      • ObjectSqlType

        public ObjectSqlType​(SqlTypeName typeName,
                             SqlIdentifier sqlIdentifier,
                             boolean nullable,
                             java.util.List<? extends RelDataTypeField> fields,
                             RelDataTypeComparability comparability)
        Constructs an object type. This should only be called from a factory method.
        Parameters:
        typeName - SqlTypeName for this type (either Distinct or Structured)
        sqlIdentifier - identifier for this type
        nullable - whether type accepts nulls
        fields - object attribute definitions