You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/09/16 13:11:51 UTC

[jira] [Created] (TAJO-185) Implement split_part function

Hyunsik Choi created TAJO-185:
---------------------------------

             Summary: Implement split_part function
                 Key: TAJO-185
                 URL: https://issues.apache.org/jira/browse/TAJO-185
             Project: Tajo
          Issue Type: New Feature
          Components: UDF
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi
             Fix For: 0.2-incubating


A function to split a string into multiple string parts is widely used in various applications. We need this function.

The function definition is as follows:
{noformat}
split_part(string text, delimiter text, field int)
{noformat}

This function definition follows postgresql's one.
http://www.postgresql.org/docs/9.1/static/functions-string.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira