StarRocks/starrocks

Support casting struct/array/map to JSON

Open

#66 720 ouverte le 15 déc. 2025

Voir sur GitHub
 (3 commentaires) (1 réaction) (1 assigné)Java (5 717 stars) (1 246 forks)batch import
good first issuetype/enhancement

Description

Enhancement

SELECT cast(row('he', 1) as json);
SELECT cast([1,2,3] as json);
SELECT cast(map(1,2) as json);

Guide contributeur