Searched defs:WhereRightJoin (Results 1 – 1 of 1) sorted by relevance
36 typedef struct WhereRightJoin WhereRightJoin; typedef50 struct WhereRightJoin { struct51 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 */