Expand description
Provides utility functions for concatenation of elements in arrays.
Functionsยง
- concat_
element_ binary - Returns the elementwise concatenation of a [
GenericBinaryArray
]. - concat_
elements_ bytes - Returns the elementwise concatenation of a [
GenericByteArray
]. - concat_
elements_ dyn - Returns the elementwise concatenation of [
Array
]s. - concat_
elements_ utf8 - Returns the elementwise concatenation of a [
GenericStringArray
]. - concat_
elements_ utf8_ many - Returns the elementwise concatenation of [
StringArray
].