You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@phoenix.apache.org by Cheyenne Forbes <ch...@gmail.com> on 2017/01/25 21:07:10 UTC

using hbase functions in phoenix query

I've never used a User Defined Function in phoenix so I'm new to it. If I
see a library/function for HBase (eg. has_requirement( column, user_value
); ) that I like and would want to use from a phoenix query (eg. SELECT ID
FROM TABLE WHERE has_requirement( column, user_value )  ) can it be done?
if so, how?

Regards,

Cheyenne Forbes