Home
last modified time | relevance | path

Searched defs:WhereRightJoin (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h36 typedef struct WhereRightJoin WhereRightJoin; typedef
50 struct WhereRightJoin { struct
51 int iMatch; /* Cursor used to determine prior matched rows */
52 int regBloom; /* Bloom filter for iRJMatch */
53 int regReturn; /* Return register for the interior subroutine */
54 int addrSubrtn; /* Starting address for the interior subroutine */
55 int endSubrtn; /* The last opcode in the interior subroutine */