StarRocks/starrocks

Support casting struct/array/map to JSON

已关闭

#66,720 创建于 2025年12月15日

 (4 条评论) (1 个反应) (1 位负责人)Java (1,246 个派生)batch import
good first issueno-issue-activitytype/enhancement

仓库指标

星标
 (5,717 个星标)
PR 合并指标
 (平均合并 1天 5小时) (30 天内合并 1,000 个 PR)

描述

Enhancement

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

贡献者指南