Home
last modified time | relevance | path

Searched refs:DistinctCtx (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dselect.c22 typedef struct DistinctCtx DistinctCtx; typedef
23 struct DistinctCtx { struct
1094 DistinctCtx *pDistinct, /* If not NULL, info on how to process DISTINCT */ in selectInnerLoop()
6661 DistinctCtx sDistinct; /* Info on how to code the DISTINCT keyword */ in sqlite3Select()