Uses of Class
org.apache.flink.table.functions.ScalarFunction
-
Packages that use ScalarFunction Package Description org.apache.flink.table.functions org.apache.flink.table.functions.python org.apache.flink.table.types.extraction -
-
Uses of ScalarFunction in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return ScalarFunction Modifier and Type Method Description ScalarFunctionScalarFunctionDefinition. getScalarFunction()Deprecated.Methods in org.apache.flink.table.functions with parameters of type ScalarFunction Modifier and Type Method Description static InputTypeStrategyLegacyUserDefinedFunctionInference. getInputTypeStrategy(ScalarFunction func)Deprecated.static TypeStrategyLegacyUserDefinedFunctionInference. getOutputTypeStrategy(ScalarFunction func)Deprecated.Constructors in org.apache.flink.table.functions with parameters of type ScalarFunction Constructor Description ScalarFunctionDefinition(String name, ScalarFunction scalarFunction)Deprecated. -
Uses of ScalarFunction in org.apache.flink.table.functions.python
Subclasses of ScalarFunction in org.apache.flink.table.functions.python Modifier and Type Class Description classPythonScalarFunctionThe wrapper of user defined python scalar function. -
Uses of ScalarFunction in org.apache.flink.table.types.extraction
Method parameters in org.apache.flink.table.types.extraction with type arguments of type ScalarFunction Modifier and Type Method Description static TypeInferenceTypeInferenceExtractor. forScalarFunction(DataTypeFactory typeFactory, Class<? extends ScalarFunction> function)Extracts a type inference from aScalarFunction.
-