Skip to main content

Module concat_elements

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_binary_view_array
Concatenates two BinaryViewArrays element-wise. If either element is Null, the result element is also Null.
concat_elements_bytes
Returns the elementwise concatenation of a [GenericByteArray].
concat_elements_dyn
Returns the elementwise concatenation of [Array]s.
concat_elements_fixed_size_binary
Returns the elementwise concatenation of a [FixedSizeBinaryArray].
concat_elements_string_view_array
Concatenates two StringViewArrays element-wise. If either element is Null, the result element is also Null.
concat_elements_utf8
Returns the elementwise concatenation of a [GenericStringArray].
concat_elements_utf8_many
Returns the elementwise concatenation of [StringArray].