Commit 98f4773
authored
feat: add FFI support for user defined functions (#1145)
* Intermediate work adding ffi scalar udf
* Add scalar UDF and example
* Add aggregate udf via ffi
* Initial commit for window ffi integration
* Remove unused import1 parent 9362f53 commit 98f4773
16 files changed
Lines changed: 805 additions & 113 deletions
File tree
- docs/source/contributor-guide
- examples/datafusion-ffi-example
- python/tests
- src
- python/datafusion
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments