pub fn emit_best_int_column(v: &[i64], out: &mut Vec<u8>)Expand description
Build every applicable column encoding and append the smallest to out. The plain-varint
baseline is always a candidate, so the result is never larger than the varint form.