Module interleave

Module interleave 

Source
Expand description

Interleave elements from multiple arrays

Macrosยง

dict_helper ๐Ÿ”’
primitive_helper ๐Ÿ”’

Structsยง

Interleave ๐Ÿ”’
Common functionality for interleaving arrays

Functionsยง

interleave
Takes elements by index from a list of [Array], creating a new [Array] from those values.
interleave_bytes ๐Ÿ”’
interleave_dictionaries ๐Ÿ”’
interleave_fallback ๐Ÿ”’
Fallback implementation of interleave using [MutableArrayData]
interleave_fallback_dictionary ๐Ÿ”’
Fallback implementation for interleaving dictionaries when it was determined that the dictionary values should not be merged. This implementation concatenates the value slices and recomputes the resulting dictionary keys.
interleave_list ๐Ÿ”’
interleave_primitive ๐Ÿ”’
interleave_record_batch
Interleave rows by index from multiple [RecordBatch] instances and return a new [RecordBatch].
interleave_struct ๐Ÿ”’
interleave_views ๐Ÿ”’