You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "JaeHwa Jung (JIRA)" <ji...@apache.org> on 2013/09/30 05:07:26 UTC

[jira] [Commented] (TAJO-211) Implement regexp_replace function

    [ https://issues.apache.org/jira/browse/TAJO-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781585#comment-13781585 ] 

JaeHwa Jung commented on TAJO-211:
----------------------------------

+1. 
Awesome :)
After applying the patch, 'mvn clean install' is successfully finished. 

> Implement regexp_replace function
> ---------------------------------
>
>                 Key: TAJO-211
>                 URL: https://issues.apache.org/jira/browse/TAJO-211
>             Project: Tajo
>          Issue Type: New Feature
>          Components: operator/function/udf
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.2-incubating
>
>         Attachments: TAJO-211.patch
>
>
> regexp_replace function replaces substrings matched to a given regular expressions. Like other functions, we will follow PostgreSQL for non-standard functions as following:
> {noformat}
> regexp_replace(string text, pattern text, replacement text)
> {noformat}



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