Skip to content

Commit 1c89685

Browse files
committed
docs
1 parent e4b3657 commit 1c89685

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/geoarrow/geoarrow.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,12 @@ GeoArrowErrorCode GeoArrowArrayViewVisit(const struct GeoArrowArrayView* array_v
310310
int64_t offset, int64_t length,
311311
struct GeoArrowVisitor* v);
312312

313+
/// \brief GeoArrow native array writer
314+
///
315+
/// This writer writes the "native" memory layouts (i.e., nested lists of
316+
/// coordinates) implemented as a visitor.
313317
struct GeoArrowNativeWriter {
318+
/// \brief Implementation-specific details
314319
void* private_data;
315320
};
316321

0 commit comments

Comments
 (0)