Patch Changes
- Add
groupedOrderByWithFractionalIndexoperator. This operator groups elements by a providedgroupKeyFnand applies ordering and limits independently to each group. Each group maintains its own sorted collection with independent limit/offset, which is useful for hierarchical data projections where child collections need to enforce limits within each parent's slice of the stream rather than across the entire dataset. (#997)