do_full_query_parsed

@accepts(RB.RhythmDBQueryResults, RB.RhythmDBQuery)
@returns(none)
def do_full_query_parsed(results, query)

Synchronously evaluates the parsed query @query, feeding results to @results in chunks. Does not return until the query is complete.

results :

a RB.RhythmDBQueryResults instance to feed results to

query :

a parsed query