Skip to main content

Module context

Module context 

Source
Expand description

Execution context — storage trait and execution context.

Structs§

ExecutionContext
Execution context holding catalog and storage references.
MockStorage
Mock in-memory storage: table_id → rows (each row is a Vec).

Traits§

Storage
Abstraction over table storage backends.