Executes a compiled query and runs the result through all plugins'
transformResult
method.
Executes a compiled query and runs the result through all plugins'
transformResult
method. Results are streamead instead of loaded
at once.
Given the query the user has built (expressed as an operation node tree)
this method runs it through all plugins' transformQuery
methods and
returns the result.
Returns all installed plugins.