Module concatenate

Source

Functionsยง

concatenate
Concatenate multiple Array of the same type into a single Array.
concatenate_unchecked
Concatenate multiple Array of the same type into a single Array. All arrays must be of the same dtype or a panic can occur.
concatenate_validities
Concatenate the validities of multiple Arrays into a single Bitmap.