Class TypeInferenceOperandInference
- java.lang.Object
-
- org.apache.flink.table.planner.functions.inference.TypeInferenceOperandInference
-
- All Implemented Interfaces:
org.apache.calcite.sql.type.SqlOperandTypeInference
@Internal public final class TypeInferenceOperandInference extends Object implements org.apache.calcite.sql.type.SqlOperandTypeInference
ASqlOperandTypeInference
backed byTypeInference
.Note: This class must be kept in sync with
TypeInferenceUtil
.
-
-
Constructor Summary
Constructors Constructor Description TypeInferenceOperandInference(DataTypeFactory dataTypeFactory, FunctionDefinition definition, TypeInference typeInference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
inferOperandTypes(org.apache.calcite.sql.SqlCallBinding callBinding, org.apache.calcite.rel.type.RelDataType returnType, org.apache.calcite.rel.type.RelDataType[] operandTypes)
-
-
-
Constructor Detail
-
TypeInferenceOperandInference
public TypeInferenceOperandInference(DataTypeFactory dataTypeFactory, FunctionDefinition definition, TypeInference typeInference)
-
-
Method Detail
-
inferOperandTypes
public void inferOperandTypes(org.apache.calcite.sql.SqlCallBinding callBinding, org.apache.calcite.rel.type.RelDataType returnType, org.apache.calcite.rel.type.RelDataType[] operandTypes)
- Specified by:
inferOperandTypes
in interfaceorg.apache.calcite.sql.type.SqlOperandTypeInference
-
-