featurebase/roaring
Ben Johnson ee521e2bbf 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
..
roaring.go align more with go idioms 2016-02-24 15:02:24 -06:00
roaring_test.go add bulk call support to the query endpoint 2016-03-08 14:34:37 -07:00