Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Mar 1, 2024
1 parent e6c7263 commit 8a97755
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ use crate::utils::{Condition, IndexSet};
/// Before:
///
/// ```text
/// Filter
/// |
/// LogicalApply
/// / \
/// LHS Project
Expand All @@ -46,6 +48,8 @@ use crate::utils::{Condition, IndexSet};
/// After:
///
/// ```text
/// Filter
/// |
/// LogicalJoin [yyy = xxx]
/// / \
/// LHS Project
Expand Down

0 comments on commit 8a97755

Please sign in to comment.