Skip to main content

Module instruction

Module instruction 

Source
Expand description

Instruction handlers the VM dispatches to, split into DDL (catalog mutations) and DML (data manipulation and the read side). Each handler owns the validation and policy interactions specific to its operation.

Modulesยง

dml
DML instruction handlers, specialised per object because each stores rows under a different encoded-key layout and carries different uniqueness and ordering invariants the dispatcher must respect before committing.