Commit 98f4773
authored
feat: add FFI support for user defined functions (apache#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
File tree
16 files changed
+805
-113
lines changed- docs/source/contributor-guide
- examples/datafusion-ffi-example
- python/tests
- src
- python/datafusion
- src
16 files changed
+805
-113
lines changed| 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