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 b4a9ffd commit 10448fbCopy full SHA for 10448fb
datafusion/expr/src/logical_plan/rewrite.rs
@@ -127,6 +127,8 @@ impl LogicalPlan {
127
///
128
/// Inputs include both direct children as well as any embedded subquery
129
/// `LogicalPlan`s, for example such as are in [`Expr::Exists`].
130
+ ///
131
+ /// [`Expr::Exists`]: crate::expr::Expr::Exists
132
pub(crate) fn rewrite_children<F>(&mut self, mut f: F) -> Result<Transformed<()>>
133
where
134
F: FnMut(Self) -> Result<Transformed<Self>>,
0 commit comments