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 @driver.aggregate_count( @func ) end
def count @driver.aggregate_count( @func ) end