mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 07:41:02 +00:00
updated comments on set_bits
This commit is contained in:
parent
effc498b30
commit
1daed6260b
1 changed files with 5 additions and 2 deletions
|
|
@ -174,8 +174,11 @@ func (self *WebService) HandleQuery(w http.ResponseWriter, r *http.Request) {
|
|||
type JsonObject map[string]interface{}
|
||||
|
||||
// post this json to the body
|
||||
//[{ "db": "3", "frame":"brand.n","profile_id": 122,"filter":0, "bitmap_id":123},
|
||||
// { "db": "3", "frame":"brand.n","profile_id": 122,"filter":2, "bitmap_id":124}]'
|
||||
//the frame type with extension ".t" are handled a bit differnt
|
||||
// it generats the timestamp based bitmap_ids
|
||||
//[{ "db": "3", "frame":"b.n","profile_id": 122,"filter":0, "bitmap_id":123},
|
||||
// { "db": "3", "frame":"b.n","profile_id": 122,"filter":2, "bitmap_id":124},
|
||||
// { "db": "3", "frame":"t.t","profile_id": 122,"filter":2, "bitmap_id":124, "timestamp":"2014-04-03 13:01:04"}]'
|
||||
//
|
||||
func bitmaps(frame string, obj JsonObject) chan uint64 {
|
||||
c := make(chan uint64)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue