StarRocks/starrocks

Support casting struct/array/map to JSON

Chiusa

#66.720 aperta il 15 dic 2025

 (4 commenti) (1 reazione) (1 assegnatario)Java (1246 fork)batch import
good first issueno-issue-activitytype/enhancement

Metriche repository

Star
 (5717 stelle)
Metriche merge PR
 (Merge medio 1g 5h) (1000 PR mergiate in 30 g)

Descrizione

Enhancement

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

Guida contributor