Uses of Class
org.apache.flink.table.annotation.ExtractionVersion
-
Packages that use ExtractionVersion Package Description org.apache.flink.table.annotation -
-
Uses of ExtractionVersion in org.apache.flink.table.annotation
Methods in org.apache.flink.table.annotation that return ExtractionVersion Modifier and Type Method Description static ExtractionVersion
ExtractionVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExtractionVersion[]
ExtractionVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.ExtractionVersion
version()
Version that describes the expected behavior of the reflection-based data type extraction.
-