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