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
Adds ExecutionPlan.metrics() and ExecutionPlan.collect_metrics() for
accessing query execution metrics after running queries.
- New Metric and MetricsSet classes expose individual metrics and aggregations
- ExecutionPlan.execute_collect() populates metrics during execution
- ExecutionPlan.collect_metrics() walks plan tree to gather all metrics
- Proper None handling for timestamp conversions in Rust
- Concise docstrings and test assertions
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments