polars::prelude

Function get_reader_bytes

Source
pub fn get_reader_bytes<R>(
    reader: &mut R,
) -> Result<ReaderBytes<'_>, PolarsError>
where R: Read + MmapBytesReader + ?Sized,
Available on crate feature polars-io only.