polars-stream 0.53.0

Private crate for the streaming execution engine for the Polars DataFrame library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod multi_scan;

pub mod batch;
#[cfg(feature = "csv")]
pub mod csv;
#[cfg(feature = "ipc")]
pub mod ipc;
#[cfg(feature = "scan_lines")]
pub mod lines;
#[cfg(any(feature = "json", feature = "scan_lines"))]
pub mod ndjson;
#[cfg(feature = "parquet")]
pub mod parquet;