Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c5209 static Table *isSimpleCount(Select *p, AggInfo *pAggInfo){ in isSimpleCount() function
7713 if( (pTab = isSimpleCount(p, pAggInfo))!=0 ){ in sqlite3Select()