Back to Glossary Index
Dagster Data Engineering Glossary:
Window Function
In SQL, a type of function that performs a calculation across a set of table rows related to the current row, providing access to rows at a specified physical offset without using a self-join.