druid/sql
Chi Cao Minh 6b02991464
Match GREATEST/LEAST function behavior to other DBs (#9488)
* Match GREATEST/LEAST function behavior

Change the behavior of the GREATEST / LEAST functions to be similar to
how it is implemented in other databases (as functions instead of
aggregators). The GREATEST/LEAST functions are not in the SQL standard,
but users will expect behavior similar to what other databases provide.

* Match postgres behavior & handle more SQL types

* Fix imports
2020-03-12 15:10:11 -07:00
..
src Match GREATEST/LEAST function behavior to other DBs (#9488) 2020-03-12 15:10:11 -07:00
pom.xml sql support for dynamic parameters (#6974) 2020-02-19 13:09:20 -08:00