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 d80dbe2 commit 3e0e258Copy full SHA for 3e0e258
datafusion/src/physical_optimizer/pruning.rs
@@ -60,7 +60,7 @@ use crate::{
60
/// ```text
61
/// min_values("a") -> Some([5, Null, 20])
62
/// max_values("a") -> Some([20, Null, 30])
63
-/// min_values("X") -> None
+/// min_values("some_other_column") -> None
64
/// ```
65
pub trait PruningStatistics {
66
/// return the minimum values for the named column, if known.
0 commit comments