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 fc77409 commit a5cc4c2Copy full SHA for a5cc4c2
datafusion/physical-expr/src/sort_expr.rs
@@ -105,7 +105,7 @@ pub struct PhysicalSortRequirement {
105
/// Physical expression representing the column to sort
106
expr: Arc<dyn PhysicalExpr>,
107
/// Option to specify how the given column should be sorted.
108
- /// If unspecified, there are constraints on sort options.
+ /// If unspecified, there are no constraints on sort options.
109
options: Option<SortOptions>,
110
}
111
0 commit comments