Commit 61a535b
authored
feat(geodatafusion): Create Python library exposing geodatafusion FFI objects (#1319)
### Change list
There are two ways to register the provided UDFs: either one-by-one by
calling `SessionContext.register_udf(udf(geodatafusion.native.AsText))`
or by registering all functions via `geodatafusion.register_all(ctx)`.
- Make Python wrappers for all currently-implemented functions in the
Rust side
- Add type hints
- Add helper functions for registering all UDFs
- Create macros for simpler registering of Python structs1 parent 6bb9b0e commit 61a535b
40 files changed
Lines changed: 3801 additions & 66 deletions
File tree
- python
- geodatafusion
- python/geodatafusion
- geo
- native
- src
- udf
- geo
- native
- tests/geodatafusion
- rust/geodatafusion/src/udf
- geo/validation
- native/io
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments