Uses of Interface
org.apache.flink.table.functions.SpecializedFunction.SpecializedContext
-
Packages that use SpecializedFunction.SpecializedContext Package Description org.apache.flink.table.functions -
-
Uses of SpecializedFunction.SpecializedContext in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions with parameters of type SpecializedFunction.SpecializedContext Modifier and Type Method Description UserDefinedFunctionBuiltInFunctionDefinition. specialize(SpecializedFunction.SpecializedContext context)UserDefinedFunctionSpecializedFunction. specialize(SpecializedFunction.SpecializedContext context)Provides a runtime implementation that is specialized for the given call and session.
-