pub fn serialize<T: MonotonicallyMappableToU64 + Debug>(
    typed_column: impl Column<T>,
    output: &mut impl Write,
    codecs: &[FastFieldCodecType]
) -> Result<()>
Expand description

Serializes the column with the codec with the best estimate on the data.