Decode one GeoParquet 1.1 native geometry column (already materialized to
plain JS row values by the DuckDB driver) into GeoJSON geometries, one per
input row, preserving null for a null geometry row. Bounded by
src/columnar/geoarrow.ts's vertex/ring limits (defaulted the same way)
plus an explicit maxParts ceiling for multipolygon. Fails closed with a
GeoParquetNativeGeometryError before any geometry is materialized
on malformed row shape, non-finite coordinates, or an exceeded bound.
Decode one GeoParquet 1.1 native geometry column (already materialized to plain JS row values by the DuckDB driver) into GeoJSON geometries, one per input row, preserving
nullfor a null geometry row. Bounded bysrc/columnar/geoarrow.ts's vertex/ring limits (defaulted the same way) plus an explicitmaxPartsceiling formultipolygon. Fails closed with a GeoParquetNativeGeometryError before any geometry is materialized on malformed row shape, non-finite coordinates, or an exceeded bound.