Re: how to count the columns

2010-05-11 Thread Sylvain Lebresne
> Can we count the total no. of columns in a ColumnFamily, if yes how ? You should have a look at the map reduce support. There is an example in contrib/word_count. Now if the question was, is there a simple api call that returns the total no. of columns in a ColumnFamily, then the answer is no.

how to count the columns

2010-05-11 Thread vd
Hi Can we count the total no. of columns in a ColumnFamily, if yes how ?