Apache Tajo - JSON 函数



JSON 函数列在以下表格中 −

序号 函数和描述
1 json_extract_path_text(以 text 为 json,以 text 为 json_path)

根据指定的 json 路径从 JSON 字符串中提取 JSON 字符串。

2 json_array_get(以 text 为 json_array,以 int4 为 index)

返回 JSON 数组中指定索引处的元素。

3 json_array_contains(以 text 为 json_array,以 any 为 value)

确定给定的值是否存在于 JSON 数组中。

4 json_array_length(以 text 为 json_array)

返回 json 数组的长度。

广告