func.count

An aggregate function that returns the number of rows, or the number of non-NULL rows

Syntax

func.count().over(partition_by=field, order_by=field) 

Examples

Documentation for func.count is coming soon.
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)