Skip to content

Commit

Permalink
Remove comment about branch_num
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Jul 10, 2023
1 parent 2b73f21 commit e0bfe70
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions partiql-logical/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ where
}

/// Adds a data flow with a branch number.
/// TODO: decide if `branch_num` is necessary within the current implementation. JOINs were
/// previously modeled as having separate data flows and the branch number was used to
/// distinguish between the LHS and RHS of a JOIN. JOINs have since been refactored to support
/// LATERAL JOINs which don't have separate data flows within the logical plan.
/// Tracking issue for possible removal: https://github.com/partiql/partiql-lang-rust/issues/237
#[inline]
pub fn add_flow_with_branch_num(&mut self, src: OpId, dst: OpId, branch_num: u8) {
assert!(src.index() <= self.operator_count());
Expand Down

0 comments on commit e0bfe70

Please sign in to comment.