Skip to content

Commit

Permalink
clarify text
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 19, 2023
1 parent 372196e commit ddaf0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/core/src/physical_plan/aggregates/order/partial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ use datafusion_physical_expr::PhysicalSortExpr;
/// │┌───┐│ │ ┌──────────────┐ │ │ ┗━━━━━━━━━━━━━━━━━┛ ┗━━━━━━━┛
/// ││ 0 ││ │ │ 123, "MA" │ │ │ current_sort sort_key
/// │└───┘│ │ └──────────────┘ │ │
/// │ ... │ │ ... │ │ current_sort tracks the most
/// │┌───┐│ │ ┌──────────────┐ │ │ recent group index that had
/// │ ... │ │ ... │ │ current_sort tracks the
/// │┌───┐│ │ ┌──────────────┐ │ │ smallest group index that had
/// ││ 8 ││ │ │ 765, "MA" │ │ │ the same sort_key as current
/// │├───┤│ │ ├──────────────┤ │ │
/// ││ 9 ││ │ │ 923, "MD" │◀─┼─┘
Expand Down

0 comments on commit ddaf0e7

Please sign in to comment.