Skip to content

Commit 10448fb

Browse files
committed
fix doc tests
1 parent b4a9ffd commit 10448fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datafusion/expr/src/logical_plan/rewrite.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ impl LogicalPlan {
127127
///
128128
/// Inputs include both direct children as well as any embedded subquery
129129
/// `LogicalPlan`s, for example such as are in [`Expr::Exists`].
130+
///
131+
/// [`Expr::Exists`]: crate::expr::Expr::Exists
130132
pub(crate) fn rewrite_children<F>(&mut self, mut f: F) -> Result<Transformed<()>>
131133
where
132134
F: FnMut(Self) -> Result<Transformed<Self>>,

0 commit comments

Comments
 (0)