DATAMONGO-2049 - Add support for $ltrim, $rtrim, and $trim.

Original pull request: #594.
This commit is contained in:
Christoph Strobl
2018-08-09 15:13:03 +02:00
committed by Mark Paluch
parent c00f461d06
commit 9764ce0147
3 changed files with 527 additions and 3 deletions

View File

@@ -2119,7 +2119,7 @@ At the time of this writing, we provide support for the following Aggregation Op
| `abs`, `add` (*via `plus`), `ceil`, `divide`, `exp`, `floor`, `ln`, `log`, `log10`, `mod`, `multiply`, `pow`, `sqrt`, `subtract` (*via `minus`), `trunc`
| String Aggregation Operators
| `concat`, `substr`, `toLower`, `toUpper`, `stcasecmp`, `indexOfBytes`, `indexOfCP`, `split`, `strLenBytes`, `strLenCP`, `substrCP`
| `concat`, `substr`, `toLower`, `toUpper`, `stcasecmp`, `indexOfBytes`, `indexOfCP`, `split`, `strLenBytes`, `strLenCP`, `substrCP`, `trim`, `ltrim`, `rtim`
| Comparison Aggregation Operators
| `eq` (*via: `is`), `gt`, `gte`, `lt`, `lte`, `ne`