-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Separate out visitor-based native array writer from buffer-…
…based writer for native arrays (#114) This PR improves the consistency of the C API by adding the `GeoArrowNativeWriter` to match the `GeoArrowWKTWriter` and `GeoArrowWKBWriter`. Before, the `GeoArrowBuilder` served the purpose of both building by buffer and building by visitor, which was slightly confusing since it could be used to build WKB and WKT arrays too (except when using the visitor). This hopefully makes it more clear that the `GeoArrowArrayWriter` and `GeoArrowArrayReader` are the things you want if you are reading arbitrary input/generating arbitrary output.
- Loading branch information
1 parent
db02936
commit 1b1ee2f
Showing
14 changed files
with
1,575 additions
and
1,501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.