Method: InterMine::PathQuery::Query#count

Defined in:
lib/intermine/query.rb

#countObject

Return the number of result rows this query will return in its current state. This makes a very small request to the webservice, and is the most efficient method of getting the size of the result set.



467
468
469
# File 'lib/intermine/query.rb', line 467

def count
    return results_reader.get_size
end