[
https://issues.apache.org/jira/browse/TAJO-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13837270#comment-13837270
]
DaeMyung Kang commented on TAJO-348:
------------------------------------
[~sirpkt] you are right. I'm sorry I uploaded bad file.
sqlFuncs.add(
new FunctionDesc("octet_length", OctetLength.class,
FunctionType.GENERAL,
CatalogUtil.newSimpleDataType(Type.INT4),
CatalogUtil.newSimpleDataTypeArray(Type.TEXT)));
is right.
> Implement octet_length(text)
> ----------------------------
>
> Key: TAJO-348
> URL: https://issues.apache.org/jira/browse/TAJO-348
> Project: Tajo
> Issue Type: Sub-task
> Components: operator/function/udf
> Reporter: DaeMyung Kang
> Assignee: DaeMyung Kang
> Priority: Minor
> Fix For: 0.8-incubating
>
> Attachments: TAJO-348.2.patch, TAJO-348.3.patch, TAJO-348.patch
>
>
> octet_length function returns byte size of text.
--
This message was sent by Atlassian JIRA
(v6.1#6144)