A query runner has a run method that turns an IQuery into an AsyncIterator of IPath instances. It does this by executing one or more algorithms on the query, depending on the implementation.
run
Generated using TypeDoc
A query runner has a
run
method that turns an IQuery into an AsyncIterator of IPath instances. It does this by executing one or more algorithms on the query, depending on the implementation.