\
ReadonlybeforeActor that must be registered in the bus before this actor.
ReadonlybusThe bus this actor subscribes to.
ReadonlynameThe name for this actor.
ProtectedgetOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyProtectedlogOptionaldata: () => anyRun the given action on this actor.
In most cases, this method should not be called directly. Instead, #runObservable should be called.
The action to run.
A promise that resolves to the run result.
Run the given action on this actor AND invokes the Bus#onRun method.
The action to run.
A promise that resolves to the run result.
Check if this actor can run the given action, without actually running it.
The action to test.
A promise that resolves to the test result.
StaticappendAppend the dataset clauses of the given operation as sources to the given context.
The context to append the sources to.
The FROM operation to read the dataset clauses from.
StaticgetGet the logger from the given context.
An optional context.
The logger or undefined.
A comunica Set Sources From Dataset Optimize Query Operation Actor.
It appends the IRIs of the query's FROM and FROM NAMED clauses as sources to the context, and removes the dataset clauses from the query afterwards. FROM NAMED sources are tagged so that their data is exposed under the named graph of their IRI.