Guy A Molinari
Guy A Molinari
Daniel, I just checked in a fix for this. What do you think? I'm also going to add min() and max() functions. I need this stuff. Guy On Mon, Jun...
Thanks Aaron. This is a great body of work you have done! Cheers, Guy On Mon, Sep 24, 2018, 9:41 AM Aaron Raddon wrote: > Thanks for this, will try...
Maybe you could store these values in a BSI. The interface is 64 bit but you could either split the values into 64 bit words. Failing that it would be...
What Daniel is saying (I think) is that you can assign a post ID to a positive integer column ID. Then store the count of these in a BSI. There...
A BSI supports more complex data representations that are not possible using a roaring bitmap alone. It supports the sums, GT, LT, GE, LE, and range comparisons of integer values....
Hello, Can you add a unit test that reproduces the issue? On Wed, Nov 27, 2024 at 3:45 AM ChicChip ***@***.***> wrote: > When using roaring64.BSI, due to value type...
Are you attempting to set columnId to a negative value? On Wed, Nov 27, 2024 at 8:02 AM ChicChip ***@***.***> wrote: > > 1. unit test will pass > >...
I will run some tests in my environment. In the meantime, could we come up with a better more descriptive name for this function?
Also (and better yet), when constructing the BSI we could potentially set min/max value providing some context about the nature of the data being stored in the BSI. Then we...