Replies: 3 comments 22 replies
-
Hi @VGSML, for your first question, have a look at the draft PR here and a possible alternative here. Maybe you could give a quick review / leave your thoughts? |
Beta Was this translation helpful? Give feedback.
-
Since we’ve already solved half of the problem (for scalar UDFs), @taniabogatsch, do you have any thoughts on table UDFs? We need to find a way to pass the context to the init, bind, and row-filling functions. |
Beta Was this translation helpful? Give feedback.
-
@taniabogatsch Hi, sometimes it is needed to cancel running queries. Are there any methods to do it, I didn't find(( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Some times it is necessary to interrupt duckdb queries that call udf. Currently scalar and table udf don’t have context or something like this, that can indicate that query interrupt.
I know that this question should be addressed to the duckdb, but what do you think, can it be implemented with current c.api?
And second question. It would be great to have a UDFs interfaces that will accept and return arrow records instead go types, especially for the big row numbers scenarios.
Beta Was this translation helpful? Give feedback.
All reactions