spaceandtimelabs / sxt-proof-of-sql

Space and Time | Proof of SQL
Other
2.75k stars 96 forks source link

refactor: split and rename `column_operation.rs` #343

Closed iajoiner closed 3 weeks ago

iajoiner commented 3 weeks ago

Please be sure to look over the pull request guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md#submit-pr.

Please go through the following checklist

Rationale for this change

column_operation.rs is incredibly long. It is time to split out ColumnType manipulations as a separate file. Moreover since we will most likely have a separate file for Column operations and that we don't even use either OwnedColumn or Column in column_operation.rs it is a misnomer and should be renamed slice_operation.rs. Decimal-related code is long, has unusual dependencies and can't easily be simplified hence they should be split into a separate file too.

What changes are included in this PR?

github-actions[bot] commented 3 weeks ago

:tada: This PR is included in version 0.36.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: