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 <[email protected]> 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. >
