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);

貢獻者指南