pola-rs / polars

Dataframes powered by a multithreaded, vectorized query engine, written in Rust
https://docs.pola.rs
Other
26.9k stars 1.65k forks source link

refactor: move all describe, describe_tree and dot-viz code to IR instead of DslPlan #16237

Closed coastalwhite closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 37.32057% with 393 lines in your changes are missing coverage. Please review.

Project coverage is 80.85%. Comparing base (a34ca2c) to head (ca70478).

Files Patch % Lines
...es/polars-plan/src/logical_plan/alp/tree_format.rs 3.98% 193 Missing :warning:
crates/polars-plan/src/logical_plan/alp/dot.rs 53.03% 116 Missing :warning:
crates/polars-plan/src/logical_plan/alp/mod.rs 57.77% 19 Missing :warning:
crates/polars-plan/src/logical_plan/mod.rs 18.75% 13 Missing :warning:
...es/polars-lazy/src/physical_plan/streaming/tree.rs 0.00% 9 Missing :warning:
crates/polars-plan/src/logical_plan/alp/format.rs 85.18% 8 Missing :warning:
py-polars/src/lazyframe/mod.rs 50.00% 8 Missing :warning:
crates/polars-plan/src/logical_plan/expr_ir.rs 0.00% 7 Missing :warning:
...ates/polars-plan/src/logical_plan/functions/mod.rs 16.66% 5 Missing :warning:
crates/polars-lazy/src/frame/mod.rs 60.00% 4 Missing :warning:
... and 6 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16237 +/- ## ========================================== + Coverage 80.83% 80.85% +0.02% ========================================== Files 1394 1394 Lines 180095 179488 -607 Branches 2913 2913 ========================================== - Hits 145577 145128 -449 + Misses 34015 33857 -158 Partials 503 503 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.