Skip to content

Commit

Permalink
remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jan 9, 2025
1 parent 2461f7d commit ee1c16f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions datafusion/physical-expr-common/src/sort_expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,10 +562,6 @@ impl LexRequirement {
///
/// For example, `vec![a Some(ASC), a Some(DESC)]` collapses to `vec![a
/// Some(ASC)]`.
///
/// It will also filter out entries that are ordered if the next entry is;
/// for instance, `vec![floor(a) Some(ASC), a Some(ASC)]` will be collapsed to
/// `vec![a Some(ASC)]`.
pub fn collapse(self) -> Self {
let mut output = Vec::<PhysicalSortRequirement>::new();
for item in self {
Expand Down

0 comments on commit ee1c16f

Please sign in to comment.