featurebase/pql
Ben Johnson 569bafdc7d add bulk call support to the query endpoint
This commit changes the `pql.Query` so that it can accept one or more
top-level calls instead of only one.

The query request format change because a query with a single call is
still valid. However, the result format now returns a `results` field
that has one result for each top-level call. The `profiles` field is
still the same, however, it combines all profiles from all bitmap
responses into one return so that there's not duplicate attributes.

Fixes #59
2016-03-08 14:34:37 -07:00
..
ast.go add bulk call support to the query endpoint 2016-03-08 14:34:37 -07:00
ast_test.go TopN() 2016-02-09 14:43:49 -07:00
parser.go add bulk call support to the query endpoint 2016-03-08 14:34:37 -07:00
parser_test.go add bulk call support to the query endpoint 2016-03-08 14:34:37 -07:00
scanner.go added support for period (.) in frame names 2016-01-06 15:24:25 -06:00
scanner_test.go refactor 2015-12-02 15:34:49 -07:00
token.go refactor 2015-12-02 15:34:49 -07:00