Uses of Package
org.apache.flink.table.runtime.functions
-
Classes in org.apache.flink.table.runtime.functions used by org.apache.flink.table.runtime.functions Class Description CleanupState Base interface for clean up state, both forProcessFunctionandCoProcessFunction.SqlJsonUtils.JsonQueryReturnType SqlJsonUtils.PathMode Path spec has two different modes: lax mode and strict mode. -
Classes in org.apache.flink.table.runtime.functions used by org.apache.flink.table.runtime.functions.table Class Description BuiltInSpecializedFunction Base class for built-in functions that need another level of specialization viaBuiltInFunctionDefinition.specialize(SpecializedContext). -
Classes in org.apache.flink.table.runtime.functions used by org.apache.flink.table.runtime.operators.over Class Description CleanupState Base interface for clean up state, both forProcessFunctionandCoProcessFunction.KeyedProcessFunctionWithCleanupState A function that processes elements of a stream, and could cleanup state.