Hi, Michael,

Thanks for spotting this.  Looks like this is an omission..  Will add
it now.

John


On 8/29/12 5:04 PM, Michael Beauregard wrote:
> First, thanks for the fabulous Fastbit library!
> 
> During my testing, I found that I had to modify the implementation of
> bord::cursor::getColumnAsDouble() in order handle the case where I
> want a float column's value as a double. I added the following case:
> 
>     case ibis::FLOAT: {
>       val = (* static_cast<const array_t<float>*>(buffer[j].cval))[curRow];
>       ierr = 0;
>       break;}
> 
> Was this simply a missing feature or was this by design?
> 
> Thanks!
> 
> Michael
> _______________________________________________
> FastBit-users mailing list
> [email protected]
> https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
> 
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to