elixir-explorer / adbc

Apache Arrow ADBC bindings for Elixir
https://arrow.apache.org/adbc/
Apache License 2.0
50 stars 16 forks source link

[WIP] passing elixir values to `Adbc.Statement.bind/2` #12

Closed cocoa-xu closed 1 year ago

cocoa-xu commented 1 year ago

Passing elixir values to Adbc.Statement.bind/2.

It should receive a list of Elixir values, including numbers, strings, floats, and nil, and converts that into a NANOARROW of type struct.

cocoa-xu commented 1 year ago

Skip CI until it tests okay locally.