Skip to content

Commit d5b414d

Browse files
authored
feat: add =, <= and >= to column_operation.rs (#85)
# Rationale for this change This PR is split out from #81 and handles comparison operators. <!-- Why are you proposing this change? If this is already explained clearly in the linked Jira ticket then this section is not needed. Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes. --> # What changes are included in this PR? - add = <= and >= to `column_operation.rs` - remove unnecessary `Copy` and add comments to the file above <!-- There is no need to duplicate the description in the ticket here but it is sometimes worth providing a summary of the individual changes in this PR. --> # Are these changes tested? Yes <!-- We typically require tests for all PRs in order to: 1. Prevent the code from being accidentally broken by subsequent changes 2. Serve as another way to document the expected behavior of the code If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? -->
1 parent 0cdd666 commit d5b414d

File tree

1 file changed

+680
-6
lines changed

1 file changed

+680
-6
lines changed

0 commit comments

Comments
 (0)