Closed iajoiner closed 3 days 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.
!
source scripts/run_ci_checks.sh
In order to support UnionExec we need to add union utils and have them tested.
UnionExec
Column::as_scalar
Column::into_scalar
as_
as_boolean
Column
union_util.rs
Will be.
:tada: This PR is included in version 0.49.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
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
!
is used if and only if at least one breaking change has been introduced.source scripts/run_ci_checks.sh
.Rationale for this change
In order to support
UnionExec
we need to add union utils and have them tested.What changes are included in this PR?
Column::as_scalar
toColumn::into_scalar
sinceas_
methods such asas_boolean
serve different purposesas_
method for every enum variant inColumn
union_util.rs
which contains column and table unioning.Will be.