Uses of Class
org.apache.flink.table.api.JsonQueryWrapper
-
Packages that use JsonQueryWrapper Package Description org.apache.flink.table.api -
-
Uses of JsonQueryWrapper in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return JsonQueryWrapper Modifier and Type Method Description static JsonQueryWrapper
JsonQueryWrapper. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonQueryWrapper[]
JsonQueryWrapper. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-