[ https://issues.apache.org/jira/browse/PHOENIX-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14500464#comment-14500464 ]
Samarth Jain commented on PHOENIX-1883: --------------------------------------- [~naveenmadhire] - can you tell us more about the spec that you are pursuing for the REPEAT function. Oracle and Postgres do the following: REPEAT(str,count) Returns a string consisting of the string str repeated count times. If count is less than 1, returns an empty string. Returns NULL if str or count are NULL. mysql> SELECT REPEAT('MySQL', 3); -> 'MySQLMySQLMySQL' > Implement REPEAT Function > ------------------------- > > Key: PHOENIX-1883 > URL: https://issues.apache.org/jira/browse/PHOENIX-1883 > Project: Phoenix > Issue Type: Sub-task > Reporter: Naveen Madhire > Assignee: Naveen Madhire > Priority: Minor > > Implement REPEAT Function - String Built In Functions -- This message was sent by Atlassian JIRA (v6.3.4#6332)