Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Nov 6, 2024
1 parent c06cc3a commit d45b2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl std::fmt::Display for ExecutionStats {
)?;
writeln!(f)?;
writeln!(f, "{}", self.durations)?;
writeln!(f, "{:<20}", "Pruning / Selectivity (Higher is better)")?;
writeln!(f, "{:<20}", "Parquet Efficiency (Pruning / Selectivity)")?;
writeln!(f, "{:<20.2}", self.selectivity_efficiency())?;
writeln!(f)?;
if let Some(io_stats) = &self.io {
Expand Down

0 comments on commit d45b2a1

Please sign in to comment.