Skip to content

Commit

Permalink
fix(duckdb): add flip_coordinates translation to sqlglot duckdb bac…
Browse files Browse the repository at this point in the history
…kend
  • Loading branch information
cpcloud authored and kszucs committed Feb 12, 2024
1 parent 2052472 commit f7df510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/duckdb/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ def visit_Quantile(self, op, *, arg, quantile, where):
ops.GeoEndPoint: "st_endpoint",
ops.GeoEnvelope: "st_envelope",
ops.GeoEquals: "st_equals",
ops.GeoFlipCoordinates: "st_flipcoordinates",
ops.GeoGeometryType: "st_geometrytype",
ops.GeoIntersection: "st_intersection",
ops.GeoIntersects: "st_intersects",
Expand Down

0 comments on commit f7df510

Please sign in to comment.