pub fn columns(entries: &[IndexEntry], order: &[u32], oid_len: usize) -> ColumnsExpand description
Materialise the five arrays from entries in order.
Both arms call this and nothing else, so any difference the bench reports is a difference of IPC packing, not of array construction.