Skip to content

Commit 3e0e258

Browse files
authored
Update datafusion/src/physical_optimizer/pruning.rs
1 parent d80dbe2 commit 3e0e258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/src/physical_optimizer/pruning.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ use crate::{
6060
/// ```text
6161
/// min_values("a") -> Some([5, Null, 20])
6262
/// max_values("a") -> Some([20, Null, 30])
63-
/// min_values("X") -> None
63+
/// min_values("some_other_column") -> None
6464
/// ```
6565
pub trait PruningStatistics {
6666
/// return the minimum values for the named column, if known.

0 commit comments

Comments
 (0)