Uses of Class
org.apache.flink.table.functions.ScalarFunction
Packages that use ScalarFunction
Package
Description
-
Uses of ScalarFunction in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return ScalarFunctionMethods in org.apache.flink.table.functions with parameters of type ScalarFunctionModifier and TypeMethodDescriptionstatic InputTypeStrategyLegacyUserDefinedFunctionInference.getInputTypeStrategy(ScalarFunction func) Deprecated.static TypeStrategyLegacyUserDefinedFunctionInference.getOutputTypeStrategy(ScalarFunction func) Deprecated.Constructors in org.apache.flink.table.functions with parameters of type ScalarFunctionModifierConstructorDescriptionScalarFunctionDefinition(String name, ScalarFunction scalarFunction) Deprecated. -
Uses of ScalarFunction in org.apache.flink.table.functions.python
Subclasses of ScalarFunction in org.apache.flink.table.functions.pythonModifier and TypeClassDescriptionclassThe 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 ScalarFunctionModifier and TypeMethodDescriptionstatic TypeInferenceTypeInferenceExtractor.forScalarFunction(DataTypeFactory typeFactory, Class<? extends ScalarFunction> function) Extracts a type inference from aScalarFunction.