Commit 39dffc0
committed
feat: Implement GeoSeries scalar operators
This commit implements 6 new GeoSeries scalar properties and methods:
- `is_empty`
- `geom_type`
- `is_ring`
- `is_simple`
- `is_valid`
- `union`
This change includes:
- Defining the new operations in `bigframes/operations/geo_ops.py`.
- Implementing the compilation logic for the Ibis backend.
- Adding the new properties and methods to the `GeoSeries` class.
- Adding system tests for all new features.
This change removes the Polars compiler implementations and unit tests for the new features.1 parent 403730f commit 39dffc0
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
441 | | - | |
442 | 440 | | |
443 | 441 | | |
444 | 442 | | |
| |||
0 commit comments