zidaye
6c545195e1
support create function definition with $$
( #755 )
...
* support create function definition using '2700775'
* fix warn
2022-12-13 17:15:33 -05:00
Runji Wang
5b53df97c4
Support postgres CREATE FUNCTION
( #722 )
...
* support basic pg CREATE FUNCTION
Signed-off-by: Runji Wang <wangrunji0408@163.com>
* support function argument
Signed-off-by: Runji Wang <wangrunji0408@163.com>
* fix display and use verify in test
Signed-off-by: Runji Wang <wangrunji0408@163.com>
* support OR REPLACE
Signed-off-by: Runji Wang <wangrunji0408@163.com>
* fix compile error in bigdecimal
Signed-off-by: Runji Wang <wangrunji0408@163.com>
* unify all `CreateFunctionBody` to a structure
Signed-off-by: Runji Wang <wangrunji0408@163.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
2022-12-01 16:08:49 -05:00
SuperBo
87b4a168cb
Parse ARRAY_AGG for Bigquery and Snowflake ( #662 )
2022-11-11 15:25:07 -05:00
omer-shtivi
0428ac742b
Add MySql, BigQuery to all dialects ( #697 )
...
* Add MySql, BigQuery to all dialects
* move unsupported on mysql from common
2022-11-07 15:32:47 -05:00
AugustoFKL
1b3778e2d5
feature!: added NUMERIC and DEC ANSI data types, and now the DECIMAL ( #695 )
...
type prints DECIMAL instead of NUMERIC.
BREAKING CHANGE: enum DATA TYPE variants changed, changing any API that
uses it.
2022-10-31 15:22:34 -04:00
Andy Grove
303f80f168
Add support for aggregate expressions with filters ( #585 )
2022-09-08 13:08:45 -06:00
Dmitry Patsura
6d8aacd85b
feat: Support expression in SET statement ( #574 )
...
Co-authored-by: Alex Vasilev <vaspiring@gmail.com>
2022-08-18 13:29:55 -04:00
Maciej Obuchowski
cc2559c097
hive: add create function syntax ( #496 )
...
Signed-off-by: Maciej Obuchowski <obuchowski.maciej@gmail.com>
2022-05-26 17:30:10 -04:00
Maciej Obuchowski
74f92079ac
set: allow negative ident values ( #495 )
...
Signed-off-by: Maciej Obuchowski <obuchowski.maciej@gmail.com>
2022-05-22 15:33:07 -04:00
Guillaume Balaine
d498887a5d
Enable map access for numbers, multiple nesting levels ( #356 )
...
* enable integer keys for map access
* enable map access for number keys
* Add tests for string based map access
* MapAccess: unbox single quoted strings to always display double quoted strings for map access
* cargo fmt
* cargo clippy
* Fix compilation with nostd by avoiding format!
* fix codestyle
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2021-09-24 14:22:12 -04:00
Stephen Carman
8a214f9919
Implement Hive QL Parsing ( #235 )
2021-02-04 12:53:20 -07:00