# File lib/sqlite/database.rb, line 648
      def count
        ensure_aggregate!
        SQLite::API.aggregate_count( @func )
      end