Description
Take a look at the typical string functions that are implemented in relational database systems (http://www.postgresql.org/docs/8.1/static/functions-string.html) and implement the same for Phoenix in Java following this guide: http://phoenix-hbase.blogspot.com/2013/04/how-to-add-your-own-built-in-function.html
Examples of missing functions include POSITION, OVERLAY, REPEAT, etc.
Attachments
Issue Links
- is a clone of
-
PHOENIX-1660 Implement missing math built-in functions
- Closed
1.
|
Implementing INSTR function | Closed | Naveen Madhire |
|
|||||||
2.
|
Implementing INSTR function | Resolved | Unassigned |
|
|||||||
3.
|
Implement REPEAT Function | Open | Unassigned | ||||||||
4.
|
Document INSTR built-in function | Resolved | Naveen Madhire | ||||||||
5.
|
Return value of INSTR should be one-based instead of zero-based | Closed | Naveen Madhire |