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 InputGroupinputGroup()This hint parameter influences the extraction of aTypeInferencein functions.static InputGroupInputGroup. 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.
-