StarRocks/starrocks

Support casting struct/array/map to JSON

Closed

#66,720 opened on Dec 15, 2025

 (4 comments) (1 reaction) (1 assignee)Java (1,246 forks)batch import
good first issueno-issue-activitytype/enhancement

Repository metrics

Stars
 (5,717 stars)
PR merge metrics
 (Avg merge 1d 5h) (1,000 merged PRs in 30d)

Description

Enhancement

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

Contributor guide