Sorts by seq rather than trusting arrival order: SQLite returns rows in whatever order the query
plan produces, and an out-of-order join yields a heap that is the right LENGTH and wrong content,
which is the failure shape this project keeps producing.
Concatenates stored rows back into one buffer.
Sorts by
seqrather than trusting arrival order: SQLite returns rows in whatever order the query plan produces, and an out-of-order join yields a heap that is the right LENGTH and wrong content, which is the failure shape this project keeps producing.