Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.2.4
Description
currently instr() is defined as
instr(string str, string substr)
but other systems (Vertica, Oracle, etc) define it as
INSTR ( string , substring [, position [, occurrence ] ] )
Request is to add position and occurrence.
References:
Attachments
Issue Links
- relates to
-
IMPALA-4115 Qgen support for instr()
- Open