Lines Matching refs:isAgg
122 u8 isAgg; /* Aggregate results for each table */ member
595 if( !pCsr->isAgg ){ in statNext()
608 if( !pCsr->isAgg ) statResetCounts(pCsr); in statNext()
627 if( !pCsr->isAgg ){ in statNext()
644 if( pCsr->isAgg && pCsr->iPage<0 ){ in statNext()
666 if( !pCsr->isAgg ){ in statNext()
703 if( !pCsr->isAgg ){ in statNext()
716 if( pCsr->isAgg ) goto statNextRestart; in statNext()
766 pCsr->isAgg = sqlite3_value_double(argv[iArg++])!=0.0; in statFilter()
768 pCsr->isAgg = 0; in statFilter()
810 if( !pCsr->isAgg ){ in statColumn()
815 if( pCsr->isAgg ){ in statColumn()
822 if( !pCsr->isAgg ){ in statColumn()
839 if( !pCsr->isAgg ){ in statColumn()
853 sqlite3_result_int(ctx, pCsr->isAgg); in statColumn()