alamb commented on a change in pull request #9127:
URL: https://github.com/apache/arrow/pull/9127#discussion_r554583277



##########
File path: rust/datafusion/README.md
##########
@@ -91,6 +91,13 @@ This library currently supports the following SQL constructs:
 * `GROUP BY` together with one of the following aggregations: `MIN`, `MAX`, 
`COUNT`, `SUM`, `AVG`
 * `ORDER BY` together with an expression and optional `ASC` or `DESC` and also 
optional `NULLS FIRST` or `NULLS LAST`
 
+## Supported Functions
+
+DataFusion implements a subset of the [PostgreSQL SQL 
dialect](https://www.postgresql.org/docs/current/functions.html) where 
possible. We explicitly choose a single dialect to maximize interoperability 
with other tools and allow reuse of the PostgreSQL documents and tutorials as 
much as possible.

Review comment:
       updating per @Dandandan  to say we strive to implement. 




----------------------------------------------------------------
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]


Reply via email to