Skip to content

Commit cf7fab9

Browse files
committed
fix docs
1 parent 5fbe713 commit cf7fab9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datafusion/optimizer/src/push_down_sort.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ use datafusion_expr::{Expr, LogicalPlanContext, ScanOrdering, SortExpr};
5656
/// Sort: test.a ASC NULLS LAST
5757
/// TableScan: test preferred_ordering=[test.a ASC NULLS LAST]
5858
/// ```
59+
///
60+
/// [`TableProvider`]: https://docs.rs/datafusion/latest/datafusion/datasource/trait.TableProvider.html
5961
#[derive(Default, Debug)]
6062
pub struct PushDownSort {}
6163

0 commit comments

Comments
 (0)