[Blog post about MLDB Hacktoberfest 2016](http://blog.mldb.ai/blog/posts/2016/10/hacktoberfest2016/) --- A query using an horizontal aggregator but no dataset should work. Eg.: ``` SELECT horizontal_sum({1 AS a, 2 AS b}) ``` should return 3. Currently it fails as an invalid query. ### Context - [Aggregate Function](http://docs.mldb.ai/doc/#builtin/sql/ValueExpression.md.html) (See Vertical, Horizontal and Temporal Aggregation) ### Task - [Mldb1911HorizontalAggNoFrom](https://github.com/mldbai/mldb/blob/ff3694f06a08b31c69cbed60eeed39e5f843dc55/testing/MLDB-1911_horizontal_agg_no_from.py) test must pass without "expectedFailure". - Add the missing horizontal aggregators to the test to cover them all.