Hi, Andrew,

Functionally, they are the same.  Guess this is what you are asking.

The query type qUIntHod is a specialization for unsigned 64-bit
integers.  The constants in qDiscreteRange is converted to double
(64-bit floating-point numbers), while qUIntHod and qIntHod keeps the
constants in 64-bit integers.

If you use the command like or the string form of the queries, you
will need to append L and UL to indicate that you intend the integer
constants to be 64-bit integers (L for signed long int and UL for
unsigned long int).

John


On 10/5/12 3:14 PM, Olson, Andrew wrote:
> Can you explain how these differ when using uint values?  
> 
> Andrew
> _______________________________________________
> 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