Searched refs:approx (Results 1 – 1 of 1) sorted by relevance
1548 u8 approx; /* True if non-integer value was input to the sum */ member1573 if( (p->approx|p->overflow)==0 && sqlite3AddInt64(&p->iSum, v) ){ in sumStep()1574 p->approx = p->overflow = 1; in sumStep()1578 p->approx = 1; in sumStep()1595 assert( type==SQLITE_INTEGER || p->approx ); in sumInverse()1596 if( type==SQLITE_INTEGER && p->approx==0 ){ in sumInverse()1614 }else if( p->approx ){ in sumFinalize()