Comunica
    Preparing search index...

    A comunica Group Sources Optimize Query Operation Actor.

    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

    • Checks if it's possible to move the source annotation upwards using the following rules:

      • If the shape doesn't accept the operation, then it's not possible.
      • If it does and the operation does not contain extension functions or comunica doesn't support them, then it's possible.
      • If comunica does support them, then it's possible only if the shape accepts the extension function expressions.

      Type Parameters

      • O extends Operation

      Parameters

      Returns boolean