[
https://issues.apache.org/jira/browse/TAJO-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835625#comment-13835625
]
Hyunsik Choi commented on TAJO-207:
-----------------------------------
For example, bit_length function should work as follows:
{code}
hyunsik=> select bit_length('가');
bit_length
------------
24
(1 row)
{code}
> Implement bit_length(string) function
> -------------------------------------
>
> Key: TAJO-207
> URL: https://issues.apache.org/jira/browse/TAJO-207
> Project: Tajo
> Issue Type: Sub-task
> Components: operator/function/udf
> Reporter: Hyunsik Choi
> Assignee: DaeMyung Kang
> Priority: Minor
> Labels: newbie
> Fix For: 0.8-incubating
>
> Attachments: TAJO-207.patch
>
>
> See the title.
--
This message was sent by Atlassian JIRA
(v6.1#6144)