Commit a2e086d
refactor: migrate FFI example table function to call_with_args
DataFusion 53 deprecated `TableFunctionImpl::call(args: &[Expr])` in
favor of `call_with_args(args: TableFunctionArgs)`. `PyTableFunction`
was migrated in 5a64b0d; this brings the FFI example along so it no
longer relies on the deprecated entry point.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent dac9ec6 commit a2e086d
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
0 commit comments