Re: Cassandra Views

2014-10-13 Thread Sylvain Lebresne
On Mon, Oct 13, 2014 at 7:15 AM, Jonathan Ellis wrote: > On Mon, Oct 6, 2014 at 5:18 PM, Tilmann Rabl > wrote: > > > Our old version has used CFMetaData.comparator.getString(Colum.name) to > > get the name of a column (and the value) and that was then used to > specify > > column names in the vi

Re: Cassandra Views

2014-10-12 Thread Jonathan Ellis
On Mon, Oct 6, 2014 at 5:18 PM, Tilmann Rabl wrote: > I have a question related to Cassandra views. With a student, I have > implemented a materialized views for Cassandra in version 2.0. The student > left and I am trying to upgrade his code to the current version. I have > noticed