Class SqlValidatorUtils


  • public class SqlValidatorUtils
    extends Object
    Utility methods related to SQL validation.
    • Constructor Detail

      • SqlValidatorUtils

        public SqlValidatorUtils()
    • Method Detail

      • adjustTypeForArrayConstructor

        public static void adjustTypeForArrayConstructor​(org.apache.calcite.rel.type.RelDataType componentType,
                                                         org.apache.calcite.sql.SqlOperatorBinding opBinding)
      • adjustTypeForMapConstructor

        public static void adjustTypeForMapConstructor​(org.apache.calcite.util.Pair<org.apache.calcite.rel.type.RelDataType,​org.apache.calcite.rel.type.RelDataType> componentType,
                                                       org.apache.calcite.sql.SqlOperatorBinding opBinding)