Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jan 9, 2025
1 parent e4b3657 commit 1c89685
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/geoarrow/geoarrow.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,12 @@ GeoArrowErrorCode GeoArrowArrayViewVisit(const struct GeoArrowArrayView* array_v
int64_t offset, int64_t length,
struct GeoArrowVisitor* v);

/// \brief GeoArrow native array writer
///
/// This writer writes the "native" memory layouts (i.e., nested lists of
/// coordinates) implemented as a visitor.
struct GeoArrowNativeWriter {
/// \brief Implementation-specific details
void* private_data;
};

Expand Down

0 comments on commit 1c89685

Please sign in to comment.