Uses of Class
org.apache.flink.table.annotation.DataTypeHint
-
Packages that use DataTypeHint Package Description org.apache.flink.table.annotation -
-
Uses of DataTypeHint in org.apache.flink.table.annotation
Methods in org.apache.flink.table.annotation that return DataTypeHint Modifier and Type Method Description DataTypeHintaccumulator()Explicitly defines the intermediate result type that a function uses as accumulator.DataTypeHint[]input()Explicitly lists the argument types that a function takes as input.DataTypeHint[]input()Explicitly lists the argument types that a procedure takes as input.DataTypeHintoutput()Explicitly defines the result type that a function uses as output.DataTypeHintoutput()Explicitly defines the result type that a procedure uses as output.
-