Class Signature
java.lang.Object
org.apache.flink.table.types.inference.Signature
Describes the signature of a function. It is meant for representing information for debugging
purposes.
A signature is returned from InputTypeStrategy.getExpectedSignatures(FunctionDefinition).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classRepresentation of a single argument in a signature. -
Method Summary
Modifier and TypeMethodDescriptionstatic Signatureof(List<Signature.Argument> arguments) Creates an immutable instance ofSignature.static Signatureof(Signature.Argument... arguments) Creates an immutable instance ofSignature.