1.

Explain The Difference Between Count_star And Count Functions In Apache Pig?

Answer»

COUNT FUNCTION does not INCLUDE the NULL value when counting the number of ELEMENTS in a bag, whereas COUNT_STAR (0 function INCLUDES NULL values while counting.

COUNT function does not include the NULL value when counting the number of elements in a bag, whereas COUNT_STAR (0 function includes NULL values while counting.



Discussion

No Comment Found