class SQLite3::Database::FunctionProxy

def count

row, and so will always return at least 1.
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