You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jae Young Lee (JIRA)" <ji...@apache.org> on 2013/12/05 09:50:35 UTC

[jira] [Updated] (TAJO-384) bin()

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

Jae Young Lee updated TAJO-384:
-------------------------------

    Description: 
Tobin( n ) - returns n in binary

Example:
SELECT Tobin(22) FROM src LIMIT 1; 
-> result: '10110'

  was:
bin( n ) - returns n in binary

Example:
SELECT bin(22) FROM src LIMIT 1; 
-> result: '10110'


> bin()
> -----
>
>                 Key: TAJO-384
>                 URL: https://issues.apache.org/jira/browse/TAJO-384
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Jae Young Lee
>            Assignee: Jae Young Lee
>            Priority: Minor
>
> Tobin( n ) - returns n in binary
> Example:
> SELECT Tobin(22) FROM src LIMIT 1; 
> -> result: '10110'



--
This message was sent by Atlassian JIRA
(v6.1#6144)