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);
SELECT cast(row('he', 1) as json);
SELECT cast([1,2,3] as json);
SELECT cast(map(1,2) as json);