pub fn deep_copy_batch_sliced(
batch: &RecordBatch,
) -> Result<RecordBatch, ArrowError>Expand description
Deep copy a RecordBatch, extracting only the sliced portion using MutableArrayData
pub fn deep_copy_batch_sliced(
batch: &RecordBatch,
) -> Result<RecordBatch, ArrowError>Deep copy a RecordBatch, extracting only the sliced portion using MutableArrayData