elixir-explorer / adbc

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

Implemented `Adbc.Column.f16/2` #83

Closed cocoa-xu closed 5 months ago

cocoa-xu commented 5 months ago

When the result contains any inf, -inf or nan, postgres adds an entry, "ADBC:postgresql:typname" => "numeric", in the metadata and the values are returned as strings. Maybe we should keep the result as is and leave it to the user?