Re: UDF in SELECT

2015-05-04 Thread Kathiresan S
Thanks Rajeshbabu. Could you please explain the benefits of UDF, does it provide any low level data access/performance benefits,etc.? and also, the technical difficulties involved in running functions in a SELECT clause on server side in Phoenix on a high level? Thanks, Kathir On Sun, May 3, 201

Re: UDF in SELECT

2015-05-02 Thread rajeshb...@apache.org
Hi Kathiresan, Thanks for trying the UDFs. bq. 1.Will any function (UDF or built-in) in a SELECT be run only on client side in Phoenix? Yes. if we use a function in select clause it will be evaluated at client side. bq. 2.Is there an option, i c