isaacbrodsky / h3-duckdb

Bindings for H3 to DuckDB
Apache License 2.0
173 stars 9 forks source link

Full varchar #128

Closed isaacbrodsky closed 2 months ago

isaacbrodsky commented 2 months ago

Fixes #20. The code isn't the prettiest but there is some form of ubigint/bigint/varchar variant for all functions. This could be refactored later to reduce duplicated code and add some improvements around throwing/returning NULL and so on.