pub fn encode_layer_with(
layer: &ColumnarLayer,
cfg: &EncoderConfig,
) -> Result<Vec<u8>>Expand description
encode_layer with a fully-explicit EncoderConfig — no process-wide
globals are read. This is the concurrency- and multi-config-safe entry point
(e.g. a dynamic server fronting several datasets with different settings).