Window Aggregation
Description
Window functions calculate an aggregate value based on a range of neighboring rows.
Moving Aggregation Functions calculate a value across a range of neighboring rows. A range of neighboring rows used for the calculation of a moving operator result is called window.
RUNNING_TOTAL sums up all entries of a given column and returns all intermediate sums.