Apache Tajo - Fonctions JSON
Les fonctions JSON sont répertoriées dans le tableau suivant -
| S.No. | Description de la fonction |
|---|---|
| 1 | json_extract_path_text (js sur texte, json_path texte)
Extrait la chaîne JSON d'une chaîne JSON en fonction du chemin json spécifié. |
| 2 | json_array_get (texte json_array, index int4)
Renvoie l'élément à l'index spécifié dans le tableau JSON. |
| 3 | json_array_contains (texte du tableau json_, valeur quelconque)
Déterminez si la valeur donnée existe dans le tableau JSON. |
| 4 | json_array_length (texte json_ar ray)
Renvoie la longueur du tableau json. |