Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
colexecbase: add more casts between native types and improve template
This commit introduces several casts between natively supported types, mostly bytes-like. This commit also cleans up things around BCEs because bytes-like vectors don't support slicing. Additionally, this commit refactors the cast template in order to use the execgen rather than the text/template stuff as well as makes the error for unsupported casts more descriptive. Release note: None
- Loading branch information