Skip to content

Commit

Permalink
chore: update across_partitions docs to match actual usage
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedld committed Sep 10, 2024
1 parent 6e7356b commit 0f317a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/physical-expr/src/equivalence/class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ use datafusion_common::JoinType;
///
/// - `across_partitions`: A boolean flag indicating whether the constant expression is
/// valid across partitions. If set to `true`, the constant expression has same value for all partitions.
/// If set to `false`, the constant expression may have different values for different partitions.
/// If set to `false`, the constant expression may have different constant values for different partitions
/// or only be constant within one of the partitions.
///
/// # Example
///
Expand Down

0 comments on commit 0f317a6

Please sign in to comment.