参考手册函数参考CAST版本:Candidate-3.4本页总览CAST 将 input 转换成指定数据类型的值,如 cast (input as BIGINT) 将当前 input 转换为 BIGINT 类型的 值。 从 2.4 版本开始支持将 Array 字符串 和 JSON array 转换为 ARRAY 类型。 语法 cast(input as type) 参数说明 input: 待转换类型的数据 type: 目标数据类型