Module concat_elements

Source
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].