You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by Sanjeev Verma <sa...@gmail.com> on 2015/10/28 09:40:55 UTC

hbase convert from

is there any option/configuration available  with drill which can convert
the binary row key from the result set of query without using convert_from
function.

Re: hbase convert from

Posted by Aditya <ad...@gmail.com>.
I am assuming that you are referring to not having to use the
convert_from() functions every time you issue a SQL query against an HBase
table.

This can be achieved by creating a Drill View which aliases these convert
functions and then you can use the alias field names in your query against
the view.

aditya...

On Wed, Oct 28, 2015 at 1:40 AM, Sanjeev Verma <sa...@gmail.com>
wrote:

> is there any option/configuration available  with drill which can convert
> the binary row key from the result set of query without using convert_from
> function.
>