-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Refactor the knob ID from a bare size_t to a strongly-typed KnobId struct in query_knob.h, and update every knob-index use across the registry, overlay, and configuration. Backed by a size_t, but with no implicit conversions and no arithmetic, so the ID can't be mixed with unrelated indices at call sites.