You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Hussain Towaileb (Jira)" <ji...@apache.org> on 2019/12/04 08:51:00 UTC

[jira] [Created] (ASTERIXDB-2685) Regexp_split implement inside RegExpMatcher class

Hussain Towaileb created ASTERIXDB-2685:
-------------------------------------------

             Summary: Regexp_split implement inside RegExpMatcher class
                 Key: ASTERIXDB-2685
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2685
             Project: Apache AsterixDB
          Issue Type: Task
            Reporter: Hussain Towaileb


Currently, the regex_split function is using the Java String.split behavior, which compiles the regex with each call, creating an extra object. This could be done inside our RegExpMatcher which re-uses the existing regex part if it's the same, avoiding the creation of a new object sometimes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)