aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_count-0-534a9b25b87d09e418645b1216949560
blob: 56cf7bdf7b040b725581292a30dfe6bd278bfd17 (plain) (tree)
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.