We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f63ab2 commit 0ba106bCopy full SHA for 0ba106b
1 file changed
vortex-duckdb/src/exporter/geo.rs
@@ -8,7 +8,7 @@ use vortex_geo::extension::WellKnownBinaryData;
8
9
use crate::exporter::ColumnExporter;
10
11
-/// Create a new exporter for geospatial data stored in one of the supported spatial formats.
+/// Create a new exporter for geospatial data stored as Well-Known Binary (WKB) format.
12
pub(crate) fn new_wkb_exporter(
13
array: WellKnownBinaryData,
14
ctx: &mut ExecutionCtx,
0 commit comments