kishoreg commented on a change in pull request #4860: Add string udfs
URL: https://github.com/apache/incubator-pinot/pull/4860#discussion_r350952353
##########
File path: docs/pql_examples.rst
##########
@@ -269,6 +269,12 @@ Supported transform functions
The ``VALUEIN`` transform function is especially useful when the same
multi-valued column is both filtering column and grouping column.
*e.g.* ``VALUEIN(mvColumn, 3, 5, 15)``
+``LOWER``
+ Takes a single string argument and converts it to lower case.
Review comment:
add a sample query?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]