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

Reply via email to