StarRocks/starrocks

Support casting struct/array/map to JSON

Open

#66.720 geöffnet am 15. Dez. 2025

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (1 zugewiesene Person)Java (5.717 Stars) (1.246 Forks)batch import
good first issuetype/enhancement

Beschreibung

Enhancement

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

Contributor Guide