We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0e258 commit 1df3f32Copy full SHA for 1df3f32
datafusion/src/physical_optimizer/pruning.rs
@@ -59,7 +59,7 @@ use crate::{
59
///
60
/// ```text
61
/// min_values("a") -> Some([5, Null, 20])
62
-/// max_values("a") -> Some([20, Null, 30])
+/// max_values("a") -> Some([10, Null, 30])
63
/// min_values("some_other_column") -> None
64
/// ```
65
pub trait PruningStatistics {
0 commit comments