A = load 'foo';
B = group A all;
C = foreach B generate COUNT(A);

Alan.
On Aug 29, 2012, at 3:51 PM, Mohit Anchlia wrote:

> How do I get count of all the rows? All the examples of COUNT use group by.

Reply via email to