Expand description
Instruction handlers the VM dispatches to. Split into DDL (catalog mutations: create/alter/drop, plus migrations) and DML (data manipulation: insert/update/delete, plus the read-side scans, joins, projections). Each handler owns the validation and policy interactions specific to its operation.