mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
Adds the AggValue instruction, which computes the current aggregate result and writes it to a dedicated destination register. Unlike AggFinal, it does not overwrite or clear the accumulator register. This makes it possible to retrieve aggregate results multiple times—needed when processing window functions—while preserving the accumulator state.