datafusion-sqlparse/src
Nickolay Ponomarev d4de248c73 Support OVER clause for window/analytic functions
Since this changes SQLFunction anyway, changed its `id` field to `name`,
as we don't seem to use "id" to mean "name" anywhere else.
2019-04-20 22:51:29 +03:00
..
dialect Support OVER clause for window/analytic functions 2019-04-20 22:51:29 +03:00
sqlast Support OVER clause for window/analytic functions 2019-04-20 22:51:29 +03:00
lib.rs Make Uuid a datatype in PostgreSQL dialect 2018-09-29 13:50:33 +08:00
sqlparser.rs Support OVER clause for window/analytic functions 2019-04-20 22:51:29 +03:00
sqltokenizer.rs TBD fixup multiline comment tokenization 2019-02-11 05:13:48 +03:00