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.
pub fn split_meta(
b: &RecordBatch,
) -> (RecordBatch, Vec<i64>, Vec<Option<String>>)Strip the meta columns back off: the data batch, its offsets and its keys.