LRIM RTRIM TRIM are basic operation available for string literal.
Currently mongodb does not have it because of that, BI connector is not able to push down RTRIM LTRIM TRIM functions to mongod.
every string comparison in mysql disregarding right padding of whitespace. Hence we need to support that otherwise doing it in-memory will be performance impact on BI- Connector.
- is duplicated by
-
SERVER-30172 Allow accessing StringData from a string-typed Value
-
- Closed
-