-
### Caching return values could make the UDFs much faster
In workbooks with thousands of calls to xlwings' UDFs where most calls use the same argument values, 99% of the calculation time is wasted ru…
-
Currently to modify a (nested) field in a row, one has to list all the rest of the fields (at least along the path) making it hard to use. So we should add a method:
setValue(object RowType, fieldN…
-
Hi!
As you did with Telegraf, it would be great to add the possibility for using an include directory for configuration. This would enable socket UDF modules individually packaged as Docker containers…
-
This is a great start, I admire what you folks are doing! I wonder if there is any plan to provide an API to register Python functions as UDF or UDTFs that we can call from SQL. The Python binding has…
-
-
-
I created a simple UDF and a unit test for it in the `transport-udfs-examples` module. The UDF increments the first integer field of a struct by 1. This is the UDF and the unit test:
```
public cl…
-
I have this setup and it can work with Frigate.
But 1-2mins of detection will force a reboot on the machine. On the screen there is a flash of "hardware error"
If I do not use Frigate with pcie, th…
-
### Terraform CLI and Provider Versions
latest.
### Use Cases or Problem Statement
`snowflake_function` resources cannot be marked as immutable. This creates a problem when using UDFs with Dynamic …
-
Create a database, e.g. `TEST1`, and create the following stored-procedure:
```
CREATE PROCEDURE GetServerName AS BEGIN SELECT @@SERVERNAME END
```
> Note: no schema identifier was provided above.
…