Skip to main contentModule opcode
Source - IndexCursorMeta
- Metadata about an index cursor for REPLACE conflict resolution.
- Label
- An opaque handle representing a forward-reference label.
- ProgramBuilder
- A VDBE bytecode program under construction.
- RegisterAllocator
- Sequential register allocator for the VDBE register file.
- VdbeOp
- A single VDBE instruction.
- VdbeProgram
- A finalized VDBE bytecode program ready for execution.
- Opcode
- VDBE (Virtual Database Engine) opcodes.
- P4
- The P4 operand of a VDBE instruction.
- SORTER_COMPARE_TOP_N_PREFLIGHT
- Make
SorterCompare treat P3 as a candidate sort-key record and jump to P2
when a bounded sorter would reject that candidate. - SORTER_OPEN_TOP_N_REGISTER
- Read the top-N bound for
SorterOpen from register P3 instead of treating
P3 as an immediate integer.