Re: how to count the columns
> 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
Hi Can we count the total no. of columns in a ColumnFamily, if yes how ?