WindowFunction
Functions
Link copied to clipboard
This method is invoked to return the current value of the aggregate (determined by the contents of the current window), and to free any resources allocated by earlier calls to step.
Link copied to clipboard
Link copied to clipboard
This method is invoked to add a row to the current window. The function arguments, if any, corresponds to the row being added.
Link copied to clipboard
This method is invoked to return the current value of the aggregate. Unlike final, the implementation should not delete any context.