Closed waynexia closed 5 days ago
Closes #.
Trivial feature similar to take_record_batch. Make it a bit easier to use.
take_record_batch
A new function interleave_record_batch which loops on every column from input record batches and invokes interleave internally
interleave_record_batch
interleave
New API
Which issue does this PR close?
Closes #.
Rationale for this change
Trivial feature similar to
take_record_batch
. Make it a bit easier to use.What changes are included in this PR?
A new function
interleave_record_batch
which loops on every column from input record batches and invokesinterleave
internallyAre there any user-facing changes?
New API