Class SqlValidatorUtils
java.lang.Object
org.apache.flink.table.planner.functions.utils.SqlValidatorUtils
Utility methods related to SQL validation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidadjustTypeForArrayConstructor(org.apache.calcite.rel.type.RelDataType componentType, org.apache.calcite.sql.SqlOperatorBinding opBinding) static voidadjustTypeForMapConstructor(org.apache.calcite.util.Pair<org.apache.calcite.rel.type.RelDataType, org.apache.calcite.rel.type.RelDataType> componentType, org.apache.calcite.sql.SqlOperatorBinding opBinding)
-
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)
-