You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(engine): replace long argument lists with params structs
KV, sparse B-tree, graph edge/pattern, and timeseries grouped-scan
entry points took eight-plus positional arguments and were annotated
with #[allow(clippy::too_many_arguments)]. Bundle each call's
arguments into a dedicated params struct instead, removing the lint
allowance and updating every executor handler and test call site.
0 commit comments