aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_count-1-d566feb21bc894b97e6416b65fe5c02f
blob: 56cf7bdf7b040b725581292a30dfe6bd278bfd17 (plain) (blame)
1
2
3
count(*) - Returns the total number of retrieved rows, including rows containing NULL values.
count(expr) - Returns the number of rows for which the supplied expression is non-NULL.
count(DISTINCT expr[, expr...]) - Returns the number of rows for which the supplied expression(s) are unique and non-NULL.