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 | |
---|---|---|---|---|
Custom SQL function or UDF
|
9 | 4527 | October 6, 2022 | |
UDF - ISSUE on recast
|
0 | 11 | July 23, 2024 | |
Custom transformation on field
|
0 | 937 | August 12, 2019 | |
Extending Window Functions and Aggregate Functions
|
0 | 808 | October 6, 2022 | |
Creating USER FUNCTION in specific workspace in dremio
|
12 | 959 | May 12, 2023 |