Class TypeInferenceUtil.Result
java.lang.Object
org.apache.flink.table.types.inference.TypeInferenceUtil.Result
- Enclosing class:
- TypeInferenceUtil
The result of a type inference run. It contains information about how arguments need to be
adapted in order to comply with the function's signature.
This includes casts that need to be inserted, reordering of arguments (*), or insertion of default values (*) where (*) is future work.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
Result
-
-
Method Details
-
getExpectedArgumentTypes
-
getAccumulatorDataType
-
getOutputDataType
-