Apache-tajo-json-functions

提供:Dev Guides
移動先:案内検索

Apache Tajo-JSON関数

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配列の長さを返します。