Uses of Enum
org.apache.flink.table.runtime.functions.SqlJsonUtils.JsonQueryReturnType
Packages that use SqlJsonUtils.JsonQueryReturnType
-
Uses of SqlJsonUtils.JsonQueryReturnType in org.apache.flink.table.runtime.functions
Methods in org.apache.flink.table.runtime.functions that return SqlJsonUtils.JsonQueryReturnTypeModifier and TypeMethodDescriptionReturns 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.JsonQueryReturnTypeModifier and TypeMethodDescriptionstatic 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)