Expand description
Engine rules for the ND sparse array engine.
Array operations live behind a dedicated DDL/DML surface
(CREATE ARRAY, INSERT INTO ARRAY, DELETE FROM ARRAY,
DROP ARRAY). The standard SQL DML pathways are unsupported by
design — the planner refuses them with a hint pointing to the
correct surface (use ARRAY_SLICE / ARRAY_AGG for table-valued reads).