Skip to main content

columns

Function columns 

Source
pub fn columns(entries: &[IndexEntry], order: &[u32], oid_len: usize) -> Columns
Expand 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.