Array operations(数组操作(Array operations))¶
Back to: Index of transforms
Transforms in this section operate on an array data type. Learn more about how to search for and add a transformation.
- Create array
- Split
- Unique values
- Value at index
- Array join
- Array sort
- Array contains
- Stepped array
- Array start
- Array end
- Array length
- Number array aggregation
- Strings to numbers
- Strings to booleans
- Strings to dates
中文翻译¶
数组操作(Array operations)¶
返回:转换索引
本节中的转换操作针对数组数据类型(array data type)。 了解更多关于如何搜索和添加转换的信息。
- 创建数组(Create array)
- 拆分(Split)
- 唯一值(Unique values)
- 索引值(Value at index)
- 数组合并(Array join)
- 数组排序(Array sort)
- 数组包含(Array contains)
- 步进数组(Stepped array)
- 数组起始(Array start)
- 数组末尾(Array end)
- 数组长度(Array length)
- 数值数组聚合(Number array aggregation)
- 字符串转数值(Strings to numbers)
- 字符串转布尔值(Strings to booleans)
- 字符串转日期(Strings to dates)