Uses of Class
org.apache.flink.table.runtime.functions.SqlJsonUtils.JsonQueryReturnType
-
Packages that use SqlJsonUtils.JsonQueryReturnType Package Description org.apache.flink.table.runtime.functions -
-
Uses of SqlJsonUtils.JsonQueryReturnType in org.apache.flink.table.runtime.functions
Methods in org.apache.flink.table.runtime.functions that return SqlJsonUtils.JsonQueryReturnType Modifier and Type Method Description static SqlJsonUtils.JsonQueryReturnTypeSqlJsonUtils.JsonQueryReturnType. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlJsonUtils.JsonQueryReturnType[]SqlJsonUtils.JsonQueryReturnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.runtime.functions with parameters of type SqlJsonUtils.JsonQueryReturnType Modifier and Type Method Description static ObjectSqlJsonUtils. jsonQuery(String input, String pathSpec, SqlJsonUtils.JsonQueryReturnType returnType, org.apache.flink.table.api.JsonQueryWrapper wrapperBehavior, org.apache.flink.table.api.JsonQueryOnEmptyOrError emptyBehavior, org.apache.flink.table.api.JsonQueryOnEmptyOrError errorBehavior)
-