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 5fbe713 commit cf7fab9Copy full SHA for cf7fab9
datafusion/optimizer/src/push_down_sort.rs
@@ -56,6 +56,8 @@ 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 {}
63
0 commit comments