Package org.apache.flink.table.annotation
-
Enum Summary Enum Description ArgumentTrait Declares traits forArgumentHint.ExtractionVersion Logical version that describes the expected behavior of the reflection-based data type extraction.HintFlag Three-valued flag for representingTRUE,FALSE, andUNKNOWN.InputGroup A list of commonly used pre-defined groups of similar types for accepting more than just one data type as an input argument inDataTypeHints. -
Annotation Types Summary Annotation Type Description ArgumentHint A hint that provides additional information about an argument.DataTypeHint A hint that influences the reflection-based extraction of aDataType.FunctionHint A hint that influences the reflection-based extraction of arguments, accumulator, and output for constructing theTypeInferencelogic of aUserDefinedFunction.FunctionHints Helper annotation for repeatableFunctionHints.ProcedureHint A hint that influences the reflection-based extraction of arguments and output for constructing theTypeInferencelogic of aProcedure.ProcedureHints Helper annotation for repeatableProcedureHints.StateHint A hint that declares an intermediate result (i.e. state entry) that is managed by the framework (i.e.