You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aditya Kishore (JIRA)" <ji...@apache.org> on 2015/01/03 08:00:40 UTC

[jira] [Updated] (DRILL-1922) Add a string_binary() function to pretty print a VARBINARY type as VARCHAR

     [ https://issues.apache.org/jira/browse/DRILL-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aditya Kishore updated DRILL-1922:
----------------------------------
    Description: 
Drill has a function {{binary_string()}}, which converts a UTF8 encoded, [C style HEX escaped strings|http://en.cppreference.com/w/cpp/language/escape], of the form "\Xnn" into a {{VARYBINARY}} type.

This JIRA propose to add a counter function for converting a {{VARYBINARY}} type into a {{VARCHAR}} type encoded with the same scheme.

  was:
Drill has a function {{binary_string()}}, which converts a UTF8 encoded, [http://en.cppreference.com/w/cpp/language/escape|C style HEX escaped strings], of the form "\Xnn" into a {{VARYBINARY}} type.

This JIRA propose to add a counter function for converting a {{VARYBINARY}} type into a {{VARCHAR}} type encoded with the same scheme.


> Add a string_binary() function to pretty print a VARBINARY type as VARCHAR
> --------------------------------------------------------------------------
>
>                 Key: DRILL-1922
>                 URL: https://issues.apache.org/jira/browse/DRILL-1922
>             Project: Apache Drill
>          Issue Type: Task
>          Components: Functions - Drill
>            Reporter: Aditya Kishore
>            Assignee: Aditya Kishore
>             Fix For: 0.8.0
>
>
> Drill has a function {{binary_string()}}, which converts a UTF8 encoded, [C style HEX escaped strings|http://en.cppreference.com/w/cpp/language/escape], of the form "\Xnn" into a {{VARYBINARY}} type.
> This JIRA propose to add a counter function for converting a {{VARYBINARY}} type into a {{VARCHAR}} type encoded with the same scheme.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)