Uses of Package
org.apache.flink.table.functions
Packages that use org.apache.flink.table.functions
Package
Description
-
Classes in org.apache.flink.table.functions used by org.apache.flink.table.apiClassDescriptionBase class for a user-defined scalar function.Class representing temporal table function over some history table.Base class for all user-defined functions.
-
Classes in org.apache.flink.table.functions used by org.apache.flink.table.expressions
-
Classes in org.apache.flink.table.functions used by org.apache.flink.table.functionsClassDescriptionA
FunctionContextallows to obtain global runtime information about the context in which the user-defined function is executed.Definition of a function.Categorizes the semantics of aFunctionDefinition.Context that can be added as a first argument to the eval() method for additional information about the input tables and other services provided by the framework.A context that gives access to Flink's concepts of time and timers.Base class for a user-defined table function.Provides call information about the table that has been passed to a table argument.The sort direction for ORDER BY columns in table arguments with set semantics.Base class for all user-defined functions. -
Classes in org.apache.flink.table.functions used by org.apache.flink.table.module
-
Classes in org.apache.flink.table.functions used by org.apache.flink.table.runtime.functions