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
14
15
16
pub mod error_capture;
pub mod exclude_keys_projection;
pub mod file_provider;
pub mod file_sink;
pub mod hstack_columns;
pub mod morsel_resize_pipeline;
pub mod par_utils;
pub mod partition_distributor;
pub mod partition_key;
pub mod partition_morsel_sender;
pub mod partition_sink_starter;
pub mod partition_state;
pub mod partitioner;
pub mod partitioner_pipeline;
pub mod sink_morsel;
pub mod size;