Polars Integration#
The ducklake.polars module exposes functional helpers that mirror Polars’
own sink_* and scan_* APIs. Most users should prefer the methods on
Table (e.g. sink_polars(),
scan_polars()), which call into these helpers internally.
|