Expand description
Owned, bounded SQL stream planning for embedded-local consumers.
This module deliberately does not reuse execute_sql_streaming: that legacy helper creates
a borrowed iterator and commits its source transaction before returning it. The public Python
stream surface instead obtains one OwnedSqlStreamPlan here, opens its cursor through an
owned core session, and advances the cursor until a terminal lease transition.
Structs§
- Owned
SqlStream Plan - A preflight-validated local SQL stream plan.
Enums§
- Owned
SqlRow Outcome - One row-processing outcome after consuming a physical cursor entry.