Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add runtime support for vectorized conditional expressions
Updates the Go side to support vectorized conditionals. Adds new template-generated code to handle the arrow array building code as well as updates to the `values` package which acts as an entry point to help delegate to the correct typed API based on the MonoType of the incoming vectors.
- Loading branch information