Module byte_source

Module byte_source 

Source
Available on crate feature polars-io and (crate features async or cloud) only.

Structs§

BufferByteSource
Byte source backed by a Buffer, which can potentially be memory-mapped.
ObjectStoreByteSourcecloud

Enums§

DynByteSource
Dynamic dispatch to async functions.
DynByteSourceBuilder

Traits§

ByteSource