Files
turso/core
jussisaurio 6dc427fc9b Merge 'impl order by desc' from lemonwx
Hi all,
I attempted to implement the `order by desc`, which mainly consists of
the following two parts:
1. for cases where the primary key can be utilized, I implemented
`push_scan_direction` to push the scan direction down to the `Scan`.
2. for cases where the primary key cannot be utilized, I re-implemented
the sorting in `Sorter::rewind` based on whether it's desc or asc.
there is also some related work to be done, such as sort using secondary
index, I will attempt to do next.
Please help review this and let me know how I can improve it, thanks in
advance

Reviewed-by: Pere Diaz Bou <pere-altea@hotmail.com>

Closes #376
2024-11-21 16:37:38 +02:00
..
2024-11-13 13:45:42 +00:00
2024-11-19 11:39:08 +08:00
2024-11-16 20:08:59 +02:00
2024-09-20 11:45:55 +02:00
2024-11-17 22:12:22 +02:00
2024-11-18 16:25:06 +01:00
2024-11-19 11:39:07 +08:00
2024-11-19 11:39:07 +08:00
2024-11-16 16:24:28 +01:00