Module concat_elements

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 Arrays.
concat_elements_utf8
Returns the elementwise concatenation of a GenericStringArray.
concat_elements_utf8_many
Returns the elementwise concatenation of StringArray.