Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c10662 u8 hasAgg; /* True if aggregates are seen */ member
72368 pNC->hasAgg = 1;
72826 if( pGroupBy || sNC.hasAgg ){
72971 savedHasAgg = pNC->hasAgg;
72972 pNC->hasAgg = 0;
72984 if( pNC->hasAgg ){
72987 pNC->hasAgg = 1;