Skip to main content

Module byte_source

Module byte_source 

Source
Available on crate features async and polars-io only.

Modules§

dio_align
O_DIRECT alignment discovery.

Structs§

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

Enums§

DynByteSource
Dynamic dispatch to async functions.
DynByteSourceBuilder

Traits§

ByteSource

Functions§

global_read_permits
Each permit pins a tokio blocking thread for the duration of a pread.