func.lead
This analytic function provides access to more than one row of a table at the same time without a self join
Syntax
func.lead(field, 1).over(partition_by=field, order_by=field)
Examples
Documentation for func.lead is coming soon.
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)