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_
list_ πview - interleave_
list_ πview_ concat - Concat backing arrays: concatenates all source value arrays and adjusts offsets. Preserves within-source element sharing.
- interleave_
list_ πview_ copy - Per-row copy: copies each selected rowβs child elements into a new flat array.
- interleave_
primitive π - interleave_
record_ batch - Interleave rows by index from multiple [
RecordBatch] instances and return a new [RecordBatch]. - interleave_
run_ πend - Specialized
interleavefor [RunArray]. - interleave_
struct π - interleave_
views π