Skip to content

Commit

Permalink
Add distinct to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
maartyman committed Jun 13, 2024
1 parent 0f2d4b8 commit 6b1b0fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ccqs:config/query-operation/actors/query/project.json",
"icqsi:config/query-operation/actors/query/quadpattern.json",
"icqsi:config/query-operation/actors/query/filter.json",
"icqsi:config/query-operation/actors/query/distinct.json",
"ccqs:config/query-operation/actors/query/union.json",
"ccqs:config/query-operation/actors/query/minus.json",
"ccqs:config/query-operation/actors/query/leftjoin.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/runner/^2.0.0/components/context.jsonld",

"https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-query-operation-incremental-distinct-hash/^1.0.0/components/context.jsonld"
],
"@id": "urn:comunica:default:Runner",
"@type": "Runner",
"actors": [
{
"@id": "urn:comunica:default:query-operation/actors#distinct",
"@type": "ActorQueryOperationIncrementalDistinctHash",
"mediatorQueryOperation": { "@id": "urn:comunica:default:query-operation/mediators#main" }
}
]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@incremunica/actor-query-incremental-operation-distinct-hash",
"name": "@incremunica/actor-query-operation-incremental-distinct-hash",
"version": "1.3.0",
"description": "An incremental distinct-hash query-operation actor",
"lsd:module": true,
Expand Down

0 comments on commit 6b1b0fc

Please sign in to comment.