Module concat_elements
Expand description
Provides utility functions for concatenation of elements in arrays.
Functionsยง
- Returns the elementwise concatenation of a [
GenericBinaryArray
]. - Returns the elementwise concatenation of a [
GenericByteArray
]. - Returns the elementwise concatenation of [
Array
]s. - Returns the elementwise concatenation of a [
GenericStringArray
]. - Returns the elementwise concatenation of [
StringArray
].