jhorstmann commented on issue #9052: URL: https://github.com/apache/arrow-datafusion/issues/9052#issuecomment-1923328369
Is there any other database that implements `strpos` in terms of grapheme clusters? When I did research on string functions across databases, nearly all of them implemented it in term of scalar values. I even argued to use bytes instead, for performance, and since a position would most likely be used as input to another string function like `substring`. But I got overruled, compatibility is a pretty good argument. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
