elixir-explorer / adbc

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

Remove the use of unique_ptr and simplify destructors #54

Closed cocoa-xu closed 9 months ago

cocoa-xu commented 10 months ago

This PR removes the std::unique_ptr and res_type::destruct bits, and uses simple destructors for each Adbc structs.

josevalim commented 9 months ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: