Nyall Dawson
ae00eb965c
[FEATURE] Allow expression functions to use named parameters
...
This commit sets the framework for allowing expression functions to
use named parameters. Ie, instead of:
clamp(1,2,3)
you can use:
clamp( min:=1, value:=2, max:=3)
This also allows arguments to be switched, eg:
clamp( value:=2, max:=3, min:=1)
Additionally, it allows for a more structured definition of function
parameters to handle optional arguments and default values for
parameters. These are currently being done using a hacky infinite
argument list.
I've utilised the postgres ':=' syntax for specifying named arguments
to avoid potential collisions which may arise with the equality test
if we re-used just the '=' operator alone.
Sponsored by North Road
2016-04-04 13:59:13 +10:00
..
2016-02-23 11:48:10 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2016-02-23 11:48:10 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2016-02-23 11:48:10 +11:00
2015-09-20 18:35:27 +02:00
2016-02-26 00:27:48 +01:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2016-02-26 00:27:48 +01:00
2015-09-20 18:35:27 +02:00
2016-02-23 11:48:10 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2016-04-04 13:59:13 +10:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2016-02-26 00:27:48 +01:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2016-01-15 12:50:17 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-21 19:57:58 +10:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-12-09 15:50:59 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-21 19:57:58 +10:00
2015-12-10 00:41:42 +01:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-12-08 08:43:45 +01:00
2015-09-20 18:35:27 +02:00
2015-12-13 20:11:19 +11:00
2016-01-14 12:28:31 +01:00
2016-02-26 00:27:48 +01:00
2016-02-26 00:27:48 +01:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-12-15 11:22:39 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2016-03-31 13:13:32 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-12-15 11:22:39 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-12-13 22:06:22 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2016-02-23 11:48:10 +11:00
2015-09-20 18:35:27 +02:00
2015-12-09 15:50:59 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-27 01:52:20 +02:00
2015-11-06 20:09:13 +11:00
2015-11-06 20:09:48 +11:00
2015-11-06 20:09:13 +11:00
2015-11-06 20:09:13 +11:00
2015-11-06 20:09:48 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-12-15 11:22:39 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-12-15 11:22:39 +11:00
2015-12-15 11:22:39 +11:00
2015-09-20 18:35:27 +02:00
2015-12-15 11:22:39 +11:00
2015-09-20 18:35:27 +02:00
2016-02-26 00:27:48 +01:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2016-01-15 16:23:13 +01:00
2015-09-20 18:35:27 +02:00
2016-02-23 11:48:10 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-12-12 17:16:34 +07:00
2015-09-20 18:35:27 +02:00
2015-12-10 00:41:42 +01:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2016-04-04 13:59:13 +10:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-11-04 16:03:55 +11:00
2015-09-20 18:35:27 +02:00
2015-11-26 16:53:55 +11:00
2015-09-20 18:35:27 +02:00
2016-04-04 13:59:13 +10:00
2015-09-27 01:52:20 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-12-15 11:22:39 +11:00
2015-09-21 19:57:58 +10:00
2016-01-15 12:50:17 +11:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-11-20 19:53:30 +01:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-12-08 08:49:05 +01:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2016-02-26 00:27:48 +01:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-09-20 18:35:27 +02:00
2015-11-06 20:09:13 +11:00