Incremunica
    Preparing search index...

    Module @incremunica/actor-query-operation-reduced-hash

    Incremunica Reduced Hash Query Operation Actor

    npm version

    A Query Operation actor that handles SPARQL REDUCED operations by maintaining a hash-based cache of a fixed size.

    $ yarn add @incremunica/actor-query-operation-reduced-hash
    

    After installing, this package can be added to your engine's configuration as follows:

    {
      "@context": [
        ...
        "https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-query-operation-reduced-hash/^2.0.0/components/context.jsonld"
      ],
      "actors": [
        ...
        {
          "@id": "urn:comunica:default:query-operation/actors#reduced",
          "@type": "ActorQueryOperationReducedHash",
          "mediatorQueryOperation": { "@id": "urn:comunica:default:query-operation/mediators#main" },
          "mediatorHashBindings": { "@id": "urn:comunica:default:hash-bindings/mediators#main" }
        }
      ]
    }
    

    Classes

    ActorQueryOperationReducedHash

    Interfaces

    IActorQueryOperationReducedHashArgs