Re: pycassa get column_start and column_finish with less than or greater than

2014-02-05 Thread Tyler Hobbs
On Wed, Feb 5, 2014 at 1:05 PM, Kumar Ranjan wrote: > Does pycassa get column_start takes greater than equal to option? column_start is inclusive at the Cassandra API level, so pycassa matches that behavior (and there's nothing else it can really do). > What I know so far is, you have to exac

pycassa get column_start and column_finish with less than or greater than

2014-02-05 Thread Kumar Ranjan
Hey Folks, Does pycassa get column_start takes greater than equal to option? What I know so far is, you have to exact column or super_column value for column_start and column_finish to work. In my case, column is value of epoch time.