Package org.apache.flink.table.annotation
-
Enum Summary Enum Description 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 input types, accumulator types, and output types for constructing theTypeInferencelogic of aUserDefinedFunction.FunctionHints Helper annotation for repeatableFunctionHints.ProcedureHint A hint that influences the reflection-based extraction of input types and output types for constructing theTypeInferencelogic of aProcedure.ProcedureHints Helper annotation for repeatableProcedureHints.