Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dfunc.c1628 static void totalFinalize(sqlite3_context *context){ in totalFinalize() function
2306 WAGGREGATE(total, 1,0,0, sumStep,totalFinalize,totalFinalize,sumInverse, 0), in sqlite3RegisterBuiltinFunctions()