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 ScalarFunction
ScalarFunctionDefinition. getScalarFunction()
Deprecated.Methods in org.apache.flink.table.functions with parameters of type ScalarFunction Modifier and Type Method Description static InputTypeStrategy
LegacyUserDefinedFunctionInference. getInputTypeStrategy(ScalarFunction func)
Deprecated.static TypeStrategy
LegacyUserDefinedFunctionInference. 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 class
PythonScalarFunction
The 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 TypeInference
TypeInferenceExtractor. forScalarFunction(DataTypeFactory typeFactory, Class<? extends ScalarFunction> function)
Extracts a type inference from aScalarFunction
.
-