Expand description
Window function context for managing partitioned and ordered data views
This module provides the WindowContext helper class that enables window functions like LAG, LEAD, ROW_NUMBER, etc. by managing partitions and ordering.
Structsยง
- Ordered
Partition - An ordered partition containing row indices
- Window
Context - Context for evaluating window functions