Uses of Class
org.apache.flink.table.annotation.ArgumentHint
-
Packages that use ArgumentHint Package Description org.apache.flink.table.annotation -
-
Uses of ArgumentHint in org.apache.flink.table.annotation
Methods in org.apache.flink.table.annotation that return ArgumentHint Modifier and Type Method Description ArgumentHint[]argument()Explicitly lists the argument that a function takes as input, including their names, types, and whether they are optional.ArgumentHint[]argument()Explicitly lists the argument that a procedure takes as input, including their names, types, and whether they are optional.
-