Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add
GEOARROW_RETURN_NOT_OK()
macro helper (#82)
This is pretty essential for doing any kind of readable thing with the C library. It's a little too tempting for users of `geoarrow.h` to reach into the (supposedly private) bundled nanoarrow for its helper...this should really be provided given the recommend error handling approach!
- Loading branch information