Module @incremunica/actor-query-operation-incremental-distinct-hash

Incremunica Incremental Distinct Hash Query Operation Actor

npm version

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

This module is part of the Incremunica framework, and should only be used by developers that want to build their own query engine.

Click here if you just want to query with Incremunica.

Install

$ yarn add @Incremunica/actor-query-operation-incremental-distinct-hash

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@Incremunica/actor-query-operation-incremental-distinct-hash/^2.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": "urn:Incremunica:default:query-operation/actors#distinct",
      "@type": "ActorQueryOperationIncrementalDistinctHash",
      "mediatorQueryOperation": { "@id": "#mediatorQueryOperation" }
    }
  ]
}

Config Parameters

Generated using TypeDoc