Add color() aggregate function.

If you do something like
	group=date,ver;count(*),color(ver)

then the fourth column will receive a series of integers where a particular
'ver' is mapped consistently to a particular value.  This can be useful for
specifying the color field in a tree chart.
1 file changed