Apache Tajo - JSON函数

JSON函数列在下表 :

S.No .功能&描述
1json_extract_path_text(js on text,json_path text)

从JSON字符串中提取JSON字符串基于指定的json路径.

2json_array_get(json_array text,index int4)

将指定索引处的元素返回到JSON数组中.

3json_array_contains(json_ array text,value any)

确定JSON数组中是否存在给定值.

4json_array_length(json_ar ray text)

返回json数组的长度.