Re: cassandra index implementation
it's a different firstColumn each time it's stored if you look carefully On Thu, May 13, 2010 at 6:22 AM, Boris Shulman wrote: > I see that the following code is used in order to create an index: > > for (Iterator it = columns.iterator(); it.hasNext();) > { > column = it.ne
cassandra index implementation
I see that the following code is used in order to create an index: for (Iterator it = columns.iterator(); it.hasNext();) { column = it.next(); if (firstColumn == null) { firstColumn = column; startPosition = endPosit