[
https://issues.apache.org/jira/browse/TAJO-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852588#comment-13852588
]
Seungun Choe edited comment on TAJO-382 at 12/19/13 4:11 AM:
-------------------------------------------------------------
Jihoon Son. I already unviolate coding convention
(https://wiki.apache.org/tajo/CodingStyle) in patch.
In this page, some codes are just showing in web page based another coding
style.
And, I'll check your comments about exception. Thanks your comments.
was (Author: seungunchoe):
Jihoon Son. I already violate coding convention
(https://wiki.apache.org/tajo/CodingStyle) in patch.
In this page, some codes are just showing in web page based another coding
style.
And, I'll check your comments about exception. Thanks your comments.
> Implement encode function
> -------------------------
>
> Key: TAJO-382
> URL: https://issues.apache.org/jira/browse/TAJO-382
> Project: Tajo
> Issue Type: New Feature
> Reporter: Seungun Choe
> Assignee: Seungun Choe
> Priority: Minor
> Attachments: TAJO-382.patch, TAJO-382_2.patch
>
>
> Function : encode(data bytea, format text)
> Description : Encode binary data into a textual representation. Supported
> formats are: base64, hex, escape. escape converts zero bytes and high-bit-set
> bytes to octal sequences (\nnn) and doubles backslashes.
> Example : encode(E'123\\000\\001', 'base64') --> MTIzAAE=
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)