Class SqlValidatorUtils

java.lang.Object
org.apache.flink.table.planner.functions.utils.SqlValidatorUtils

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

    • SqlValidatorUtils

      public SqlValidatorUtils()
  • Method Details

    • 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)