Skip to main content

try_packed_struct_per_value

Function try_packed_struct_per_value 

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

Encode all packed structs with the exact strategy recursively.