I have created a custom UDF for certain string manipulation. It works fine with hard coded values like transform(‘abcd’) but it doesnt work when i give a column name transform(“column A”) or transform(column A). I am implementing SimpleFunction in my custom UDF class. Is there anything specific that need to be done for function to be available for using with table columns?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
|
Dremio 3.0 UDF problem
|
0 | 960 | November 6, 2018 | |
|
Add column in table/dataset
|
3 | 3663 | August 16, 2017 | |
|
How can I apply a function to entire table?
|
1 | 1050 | September 10, 2019 | |
|
Creating USER FUNCTION in specific workspace in dremio
|
12 | 1016 | May 12, 2023 | |
|
Dremio UDF support
|
5 | 2163 | July 28, 2020 |