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 5662ca5 commit 9eff254Copy full SHA for 9eff254
datafusion/optimizer/src/push_down_sort.rs
@@ -56,7 +56,7 @@ use datafusion_expr::{Expr, LogicalPlanContext, ScanOrdering, SortExpr};
56
/// Sort: test.a ASC NULLS LAST
57
/// TableScan: test preferred_ordering=[test.a ASC NULLS LAST]
58
/// ```
59
-///
+///
60
/// [`TableProvider`]: https://docs.rs/datafusion/latest/datafusion/datasource/trait.TableProvider.html
61
#[derive(Default, Debug)]
62
pub struct PushDownSort {}
0 commit comments