Skip to main content

split_meta

Function split_meta 

Source
pub fn split_meta(
    b: &RecordBatch,
) -> (RecordBatch, Vec<i64>, Vec<Option<String>>)
Expand description

Strip the meta columns back off: the data batch, its offsets and its keys.