Hi,

Is it possible to get an aggregate function to return more than one row?

For example, I'm currently computing a histogram in application code for
a moderately sized table (7+ million rows), but I'm wondering whether it
would be quicker to get the results computed via a custom SQLite
function.  I'm expecting it to be quicker because the current
implementation traverses the JNI boundary for each row in the result set
whereas a custom function wouldn't need to do this.

-- 
andy

Reply via email to