mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Remove SeekOp::EQ and encode eq_only in LE&GE - needed for iteration direction aware equality seeks
This commit is contained in:
parent
ae6a943e43
commit
2bac140d73
8 changed files with 150 additions and 78 deletions
|
@ -809,6 +809,7 @@ pub fn insn_to_str(
|
|||
start_reg,
|
||||
num_regs,
|
||||
target_pc,
|
||||
..
|
||||
}
|
||||
| Insn::SeekLE {
|
||||
is_index: _,
|
||||
|
@ -816,6 +817,7 @@ pub fn insn_to_str(
|
|||
start_reg,
|
||||
num_regs,
|
||||
target_pc,
|
||||
..
|
||||
}
|
||||
| Insn::SeekLT {
|
||||
is_index: _,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue