DuckDB Integration#
Most users should prefer the methods on Table (e.g.
scan_duckdb(), write_arrow()),
which interact with DuckDB internally.
The ducklake.duckdb.utils module exposes a few low-level helpers used by
the SDK to interact with DuckDB connections directly.
|
|
|
Build named parameters for use in DuckDB queries. |
Parse the result of a cleanup query into a more user-friendly format. |
|
|
Parse the result of a maintenance query into a more user-friendly format. |