We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583bdc2 commit 134939aCopy full SHA for 134939a
datafusion/common/src/tree_node.rs
@@ -681,7 +681,7 @@ impl<T> Transformed<T> {
681
}
682
683
684
- /// Create a `Transformed` with `transformed and [`TreeNodeRecursion::Continue`].
+ /// Create a `Transformed` with `transformed` and [`TreeNodeRecursion::Continue`].
685
pub fn new_transformed(data: T, transformed: bool) -> Self {
686
Self::new(data, transformed, TreeNodeRecursion::Continue)
687
0 commit comments