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
fix: local-executor explain() now reports fragment-level pruning stats
Previously always reported fragmentsScanned = total fragments. Now
computes fragmentsSkipped via canSkipFragment, matching query-do's
explain behavior. Also imports canSkipFragment from decode.js.
0 commit comments