Skip to content

Commit

Permalink
Update datafusion/src/physical_optimizer/pruning.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Nga Tran <nga-tran@live.com>
  • Loading branch information
alamb and NGA-TRAN committed May 26, 2021
1 parent 3e0e258 commit 1df3f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/src/physical_optimizer/pruning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ use crate::{
///
/// ```text
/// min_values("a") -> Some([5, Null, 20])
/// max_values("a") -> Some([20, Null, 30])
/// max_values("a") -> Some([10, Null, 30])
/// min_values("some_other_column") -> None
/// ```
pub trait PruningStatistics {
Expand Down

0 comments on commit 1df3f32

Please sign in to comment.