Uses of Class
org.apache.flink.table.annotation.InputGroup
-
Packages that use InputGroup Package Description org.apache.flink.table.annotation -
-
Uses of InputGroup in org.apache.flink.table.annotation
Methods in org.apache.flink.table.annotation that return InputGroup Modifier and Type Method Description InputGroup
inputGroup()
This hint parameter influences the extraction of aTypeInference
in functions.static InputGroup
InputGroup. valueOf(String name)
Returns the enum constant of this type with the specified name.static InputGroup[]
InputGroup. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-