pub fn encode_i64_pipeline(
values: &[i64],
codec: ColumnCodec,
) -> Result<Vec<u8>, CodecError>Expand description
Encode i64 values through a cascading pipeline.
For cascading codecs, chains the appropriate stages. For legacy codecs, delegates to the single-step encoder.