Comunica
    Preparing search index...

    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.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionOptimizeQueryOperation,
        IActorTest,
        IActorOptimizeQueryOperationOutput,
        undefined,
    >[] = []

    Actor that must be registered in the bus before this actor.

    bus: Bus<
        Actor<
            IActionOptimizeQueryOperation,
            IActorTest,
            IActorOptimizeQueryOperationOutput,
            undefined,
        >,
        IActionOptimizeQueryOperation,
        IActorTest,
        IActorOptimizeQueryOperationOutput,
        undefined,
    >

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods