Type Alias DuckDbGeometryEncodingExperimental

DuckDbGeometryEncoding: GeometryEncoding

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).