Глоссарий терминов Oracle
analytic function
Перевод
аналитическая функция
Описание
Analytic functions compute an aggregate value based on a group of rows. They differ from aggregate functions in that they return multiple rows for each group. For each row a "sliding" window of rows is defined. The window determines the range of rows used to perform the calculations for the "current row".