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 | |
---|---|---|---|---|
Creating USER FUNCTION in specific workspace in dremio
|
12 | 961 | May 12, 2023 | |
This query cannot be decorrelated
|
2 | 149 | August 12, 2024 | |
Tabular UDFs must not be correlated
|
0 | 279 | February 9, 2024 | |
UDF error Tabular function
|
1 | 130 | May 21, 2024 | |
Custom SQL function or UDF
|
9 | 4532 | October 6, 2022 |