Apache Tajo 简明教程

Apache Tajo - JSON Functions

JSON 函数在以下表格中列出:

S.No.

Function & Description

1

json_extract_path_text(js on text, json_path text) 从 JSON 字符串中基于 JSON 路径提取 JSON 字符串。

2

json_array_get(json_array text, index int4) 返回 JSON 数组中指定索引位置的元素。

3

json_array_contains(json_ array text, value any) 判断给定值是否存在于 JSON 数组中。

4

json_array_length(json_ar ray text) 返回 json 数组的长度。