Hi,

currently the results of fastbit are slightly inconsistent. When i am doing a 
query like

a,b WHERE x=y

Fastbit does an implicit GROUP BY and appends a "COUNT(*)" column to the 
result.

However when i am doing a simple

COUNT(*) WHERE x=y

It returns a column "nrows". This is the default name when constructing a 
tabele object.

Is it possible to change mensa.cpp:389 to

return new ibis::tabele(cond, des.c_str(), nhits, sel);

What do you think? No need to act now as i can easily catch that in my 
frontend.

Kind regards,

        Andreas Streichardt

BTW: The Changelog entry you made yesterday is perfectly ok and the changes 
work like a charm :D
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to