注意:以下翻译的准确性尚未经过验证。这是使用 AIP ↗ 从原始英文文本进行的机器翻译。
支持于: 批处理
从数组中提取元素到列中。
变换类别: 数组
参数值:
stats
输入:
stats |
---|
[ 1000, 2 ] |
输出:
miles | id | stats |
---|---|---|
1000 | 2 | [ 1000, 2 ] |
参数值:
stats
输入:
stats |
---|
[ 1000, 2, 10 ] |
[ 2000 ] |
输出:
miles | id | stats |
---|---|---|
1000 | 2 | [ 1000, 2, 10 ] |
2000 | null | [ 2000 ] |
参数值:
stats
输入:
stats |
---|
[ null, null ] |
null |
输出:
miles | id | stats |
---|---|---|
null | null | [ null, null ] |
null | null | null |