Module window_context

Module window_context 

Source
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ยง

OrderedPartition
An ordered partition containing row indices
WindowContext
Context for evaluating window functions