Uses of Class
org.apache.flink.table.annotation.HintFlag
-
Packages that use HintFlag Package Description org.apache.flink.table.annotation -
-
Uses of HintFlag in org.apache.flink.table.annotation
Methods in org.apache.flink.table.annotation that return HintFlag Modifier and Type Method Description HintFlagallowRawGlobally()Defines that a RAW data type may be used for all classes that cannot be mapped to any SQL-like data type or cause an error.static HintFlagHintFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static HintFlag[]HintFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-