class SQLite3::Database::FunctionProxy
def count
that the aggregate has processed so far. This will include the current
(Only available to aggregate functions.) Returns the number of rows
def count ensure_aggregate! @driver.aggregate_count(@func) end