Searched defs:WhereLevel (Results 1 – 1 of 1) sorted by relevance
27 typedef struct WhereLevel WhereLevel; typedef73 struct WhereLevel { struct77 int addrBrk; /* Jump here to break out of the loop */87 int addrLikeRep; /* LIKE range processing address */89 int regFilter; /* Bloom filter */90 WhereRightJoin *pRJ; /* Extra information for RIGHT JOIN */91 u8 iFrom; /* Which entry in the FROM clause */92 u8 op, p3, p5; /* Opcode, P3 & P5 of the opcode that ends the loop */93 int p1, p2; /* Operands of the opcode used to end the loop */106 } u;[all …]