Skip to main content

try_variable_packed_struct_per_value

Function try_variable_packed_struct_per_value 

Source
pub fn try_variable_packed_struct_per_value(
    strategy: Arc<dyn CompressionStrategy>,
    field: &Field,
    data: &DataBlock,
) -> Result<Option<Box<dyn PerValueCompressor>>>
Expand description

Encode variable-width packed structs with the exact strategy recursively.