datafusion-sqlparse/src/dialect
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
..
ansi_sql.rs Remove dialect-specific keyword lists (2/8) 2019-01-31 03:57:16 +03:00
generic_sql.rs Remove dialect-specific keyword lists (2/8) 2019-01-31 03:57:16 +03:00
keywords.rs Support OVER clause for window/analytic functions 2019-04-20 22:51:29 +03:00
mod.rs Support different quoting styles for delimited identifiers 2019-02-07 05:34:29 +03:00
postgresql.rs Remove dialect-specific keyword lists (2/8) 2019-01-31 03:57:16 +03:00