Re: cassandra index implementation

2010-05-13 Thread Jonathan Ellis
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

2010-05-13 Thread Boris Shulman
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