| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| defp params_to_columns(params) when is_list(params) do | ||
| Enum.map(params, fn | ||
| %Adbc.Column{} = col -> col | ||
| param -> Adbc.Column.new([param]) | ||
| end) | ||
| end |
There was a problem hiding this comment.
We had separate branches for when a parameter is a column or one of many primitives. By building a column here, it is all unified downstream.
Sorry, something went wrong.
There was a problem hiding this comment.
Ah, this is great. It may mean we don't handle all primitives yet, but that can be implemented for new in the future, so that's fine!
Sorry, something went wrong.
|
💚 💙 💜 💛 ❤️ Merging cause I want to push a tiny optimization to encode_map_32 (to split and zip at the same time). |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Notable changes: