-
**Is your feature request related to a problem? Please describe.**
for a column containing URLs, I'd like to parse them and extract relevant components
**Describe the solution you'd like**
```py
…
-
The current error when using element_id(o) is:
```
Catalog Error: Scalar Function with name element_id does not exist!
Did you mean "element_at"?
```
As the way element_id is implemented is by c…
-
### Describe the bug
On macOS, if I edit a style, click select all/none, and click cancel, darktable crashes.
### Steps to reproduce
1. Open darktable to lighttable view. You will need to have some…
-
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.
…
-
The rhive.export() is unable to store the RUDF in hdfs path /rhive/udf/username, instead it is being saved in /rhive/udf/username in file system; if I copy the RUDF in hdfs the query is functioning or…
-
Hey there
I know, Rom Properties is mainly there for games, but it also shows information from ISO images from games etc or from Video DVDs, like this one:
![grafik](https://user-images.githubuser…
-
We need to support `StructArray` as a return type in `ArrowFunctions.VectorUdf`.
To repro:
```csharp
Func udf
= ArrowFunctions.VectorUdf((Func) someUDFWrapper);
```
You will get:
```
Unhan…
-
Should it be possible to pass nodata values into the UDF?
For instance, if my tiles are in byte format, a common nodata value is 255, or even worse there is a nodata range (e.g. [250..255]).
Can we…
-
Hi,
I'm trying to this example in influxdata
https://docs.influxdata.com/kapacitor/v1.3/guides/anomaly_detection/
keep falling because the logs are given me an error
pen server: open service *ud…
-
Hi to all,
I've been trying to implement a system where excel, via xlwings and udfs, makes requests to a python server using sockets. The problem i'm having is that excel freezes while all the requ…