Searched defs:DistinctCtx (Results 1 – 1 of 1) sorted by relevance
22 typedef struct DistinctCtx DistinctCtx; typedef23 struct DistinctCtx { struct24 u8 isTnct; /* 0: Not distinct. 1: DISTICT 2: DISTINCT and ORDER BY */25 u8 eTnctType; /* One of the WHERE_DISTINCT_* operators */26 int tabTnct; /* Ephemeral table used for DISTINCT processing */27 int addrTnct; /* Address of OP_OpenEphemeral opcode for tabTnct */