Trait polars::prelude::ChunkBytes[][src]

pub trait ChunkBytes {
    fn to_byte_slices(&self) -> Vec<&[u8], Global>;
}

Required methods

Implementors