Is there a mechanism by which a custom function can report an error? It appears that exceptions thrown are swallowed and it is treated as though the function returns null.
Answers:
6
I have a bunch of complex compound types defined via CREATE TYPE syntax. Can I use them as a custom function return type, that is, return this type from executeReturnType()? E.g. something like this: @CustomExecutorReturnType public CustomRecordTy...
Answers:
1
Hi , i have created a Pl/SQL function in underlying oracle database which set the context based on passed input user parameter. i want to call this function from denodo VQL. i imported this function in denodo by creating base view on it and then trie...
Answers:
1
Hi Team, We have a customer requirement to call the encrption/decrytion activity which will be via simple API from denodo layer.Could you please help /support us how to create custom function/procedure in Java to call simple API from Denodo Thanks Balu S
Answers:
3
Custom Policies has a context object available which can log into Denodo server logs. On similar lines, do we have any object available for Custom Function which can log into Denodo server logs?
Answers:
4
Hi, I have wrote a custome function (VDP function through annotation methodology ) and I would like to pass an array of double values to the function. But when I import the extension to administration tool and try to use it in the query it says, Fini...
Answers:
3
Hi, I was trying to acheive a function with signature as, public Double actualPremiumOrAcqExpOrNonDirExpCalcYearly(Double[] val1, Integer val2, Double val3) But I am not getting any luck to acheive this. Is it possible to pass a combination of parame...
Answers:
3
Hi, I'm using Denodo Platform 6.0 and I have a specific requirement. I wanted to develop a custom to-date function that calls Denodo's to-date when it's not delegated and calls the underlying to-date of Hive when it's supposed to be delegated. I foll...
Answers:
1
Hi, i am sorry to repeat thhis question, but with a slight modification. I have wrote a custome function (VDP function through annotation methodology ) and I would like to pass an array of double values to the function. But when I import the extension...
Answers:
1
We need to built Custom function to get AWS Authorization Request Header . Before implementing custom function thought of check how the custom function need to be configured in denodo I have created Jar file out of Concat_SampleVdpFunction.java . I wa...
Answers:
1