Count
Definition
Returns the disctinct values in the selected column.
Parameters
-
Column input:
- Def: Specify the name of the column.
-
Column output:
- Def: Specify the name of the column.
-
function:
- Def: Specify the function to apply in the count.
Additionnal Comments
Functions:
-
count:
- Def: Count the element in the Column input for each group.
-
countDistinct:
- Def: Count the element in the Column input for each group.
-
countNotNull:
- Def: Count the non-null element in the Column input for each group.
-
CountNull:
- Def: Count the null element in the Column input for each group.