polars-lazy 0.55.2

Lazy query engine for the Polars DataFrame library
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(super) mod anonymous_scan;
#[cfg(feature = "csv")]
pub(super) mod csv;
pub(super) mod file_list_reader;
#[cfg(feature = "ipc")]
pub(super) mod ipc;
#[cfg(feature = "json")]
pub(super) mod ndjson;
#[cfg(feature = "parquet")]
pub(super) mod parquet;

#[cfg(feature = "catalog")]
mod catalog;