# File lib/sqlite3/database.rb, line 668
      def count
        ensure_aggregate!
        @driver.aggregate_count( @func )
      end