pt = LOAD 'data'B = GROUP pt ALL; C = FOREACH B GENERATE COUNT(pt);DUMP C;
it doesnt good if we have no rows (after a filter for expl).How can I have count(pt) = 0 ??Thank you
it doesnt good if we have no rows (after a filter for expl).
ReplyDeleteHow can I have count(pt) = 0 ??
Thank you