Uses of Interface
org.apache.flink.table.functions.FunctionDefinition
Packages that use FunctionDefinition
Package
Description
-
Uses of FunctionDefinition in org.apache.flink.table.expressions
Methods in org.apache.flink.table.expressions with parameters of type FunctionDefinitionModifier and TypeMethodDescriptionSqlFactory.serializeInlineFunction(FunctionDefinition functionDefinition) Called when an inline function is serialized. -
Uses of FunctionDefinition in org.apache.flink.table.functions
Classes in org.apache.flink.table.functions that implement FunctionDefinitionModifier and TypeClassDescriptionclassBase class for a user-defined process table function (PTF).classBase class for a user-defined scalar function.classBase class for a user-defined table function.classClass representing temporal table function over some history table.classBase class for all user-defined functions.Fields in org.apache.flink.table.functions with type parameters of type FunctionDefinitionModifier and TypeFieldDescriptionstatic final List<FunctionDefinition>BuiltInFunctionDefinitions.ORDERINGstatic final Set<FunctionDefinition>BuiltInFunctionDefinitions.TIME_ATTRIBUTESstatic final Set<FunctionDefinition>BuiltInFunctionDefinitions.WINDOW_PROPERTIES -
Uses of FunctionDefinition in org.apache.flink.table.module
Methods in org.apache.flink.table.module that return types with arguments of type FunctionDefinitionModifier and TypeMethodDescriptiondefault Optional<FunctionDefinition>Module.getFunctionDefinition(String name) Get an optional ofFunctionDefinitionby a given name.