Expand description
Execution context — storage trait and execution context.
Structs§
- Execution
Context - Execution context holding catalog and storage references.
- Mock
Storage - Mock in-memory storage: table_id → rows (each row is a Vec
).
Traits§
- Storage
- Abstraction over table storage backends.