| Package | Description |
|---|---|
| org.apache.flink.table.runtime.functions |
| Modifier and Type | Method and Description |
|---|---|
static SqlJsonUtils.JsonQueryReturnType |
SqlJsonUtils.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
SqlJsonUtils.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) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.