Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aannleax committed Apr 11, 2024
1 parent f8202a5 commit 1200893
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nemo-physical/src/function/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -832,15 +832,6 @@ where
}
}

// NaryOperation::BitAnd => todo!(),
// NaryOperation::BitOr => todo!(),
// NaryOperation::BitXor => todo!(),
// NaryOperation::NumericSum => todo!(),
// NaryOperation::NumericProduct => todo!(),
// NaryOperation::NumericMinimum => todo!(),
// NaryOperation::NumericMaximum => todo!(),
// NaryOperation::NumericLukasiewicz => todo!(),

/// Create a tree node representing the bitwise and operation.
///
/// Evaluates to an integer resulting from performing the bitwise and operation
Expand Down

0 comments on commit 1200893

Please sign in to comment.