@PublicEvolving public enum InputGroup extends Enum<InputGroup>
DataTypeHints.
This list exposes a combination of LogicalTypeFamily and InputTypeStrategies
via annotations for convenient inline usage.
public static final InputGroup UNKNOWN
public static final InputGroup ANY
InputTypeStrategies.ANY.
Note: The class of the annotated element must be Object as this is the super class
of all possibly passed data types.
public static InputGroup[] values()
for (InputGroup c : InputGroup.values()) System.out.println(c);
public static InputGroup valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.