StarRocks/starrocks

Support casting struct/array/map to JSON

Open

#66720 opened on Dec 15, 2025

View on GitHub
 (3 comments) (1 reaction) (1 assignee)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);

Contributor guide