ducklake.polars.sink_ducklake
-
ducklake.polars.sink_ducklake(
- lf: LazyFrame,
- table: Table | TransactionTable,
- *,
- engine: Literal['auto', 'in-memory', 'streaming', 'gpu'] | GPUEngine = 'auto',
- optimizations: QueryOptFlags | None = None,
- lazy: bool = False,
) → LazyFrame | None[source]