Physical geometry encoding of a GeoParquet column, per the DuckDB SQL
compiler. Re-exports GeometryEncoding (core/geoparquet-sql.ts) so
the planner's compiled-query artifacts and the live Source never drift on
which encodings exist — including the GeoParquet 1.1 geoarrow-* native
single-geometry encodings, which have no DuckDB spatial-predicate
expression (geometryExpr throws for them; see that module).
Physical geometry encoding of a GeoParquet column, per the DuckDB SQL compiler. Re-exports GeometryEncoding (
core/geoparquet-sql.ts) so the planner's compiled-query artifacts and the liveSourcenever drift on which encodings exist — including the GeoParquet 1.1geoarrow-*native single-geometry encodings, which have no DuckDB spatial-predicate expression (geometryExprthrows for them; see that module).