Readonly
beforeActor that must be registered in the bus before this actor.
Readonly
busThe bus this actor subscribes to.
Readonly
nameThe name for this actor.
Protected
getOptional
data: () => anyGroup operations belonging to the same source together, only if that source accepts the grouped operations. This grouping will be done recursively for the whole operation tree. Operations annotated with sources are considered leaves in the tree.
An operation to group.
The action context.
Protected
groupProtected
logOptional
data: () => anyProtected
logOptional
data: () => anyProtected
logOptional
data: () => anyProtected
logOptional
data: () => anyProtected
logOptional
data: () => anyProtected
logOptional
data: () => anyIf the given source accepts the grouped operation, annotate the grouped operation with the source, and remove the source annotation from the seperate input operations. Otherwise, return the grouped operation unchanged.
A grouped operation consisting of all given input operations.
An array of operations that share the same source annotation.
The common source.
The action context.
Run 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.
Static
getGet the logger from the given context.
An optional context.
The logger or undefined.
A comunica Group Sources Optimize Query Operation Actor.