@comunica/actor-query-process-sequential 3.2.4-alpha.47.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -70,10 +70,6 @@
|
|
|
70
70
|
{
|
|
71
71
|
"@type": "ParameterRangeGenericTypeReference",
|
|
72
72
|
"parameterRangeGenericType": "npmd:@comunica/actor-abstract-mediatyped/^3.0.0/components/ActorAbstractMediaTyped.jsonld#ActorAbstractMediaTyped__generic_O"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"@type": "ParameterRangeGenericTypeReference",
|
|
76
|
-
"parameterRangeGenericType": "npmd:@comunica/actor-abstract-mediatyped/^3.0.0/components/ActorAbstractMediaTyped.jsonld#ActorAbstractMediaTyped__generic_TS"
|
|
77
73
|
}
|
|
78
74
|
]
|
|
79
75
|
},
|
|
@@ -88,10 +84,6 @@
|
|
|
88
84
|
{
|
|
89
85
|
"@type": "ParameterRangeGenericTypeReference",
|
|
90
86
|
"parameterRangeGenericType": "npmd:@comunica/actor-abstract-mediatyped/^3.0.0/components/ActorAbstractMediaTyped.jsonld#ActorAbstractMediaTyped__generic_O"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"@type": "ParameterRangeGenericTypeReference",
|
|
94
|
-
"parameterRangeGenericType": "npmd:@comunica/actor-abstract-mediatyped/^3.0.0/components/ActorAbstractMediaTyped.jsonld#ActorAbstractMediaTyped__generic_TS"
|
|
95
87
|
}
|
|
96
88
|
]
|
|
97
89
|
},
|
|
@@ -101,20 +93,6 @@
|
|
|
101
93
|
},
|
|
102
94
|
"comment": "The bus this actor subscribes to."
|
|
103
95
|
},
|
|
104
|
-
{
|
|
105
|
-
"@id": "caqps:components/ActorQueryProcessSequential.jsonld#ActorQueryProcessSequential_args_busFailMessage",
|
|
106
|
-
"range": {
|
|
107
|
-
"@type": "ParameterRangeUnion",
|
|
108
|
-
"parameterRangeElements": [
|
|
109
|
-
"xsd:string",
|
|
110
|
-
{
|
|
111
|
-
"@type": "ParameterRangeUndefined"
|
|
112
|
-
}
|
|
113
|
-
]
|
|
114
|
-
},
|
|
115
|
-
"default": "Query processing failed: none of the configured actor were process to the query \"${action.query}\"",
|
|
116
|
-
"comment": "The message that will be configured in the bus for reporting failures. This message may be a template string that contains references to the executed `action`. For example, the following templated string is allowed: \"RDF dereferencing failed: no actors could handle ${action.handle.mediaType}\""
|
|
117
|
-
},
|
|
118
96
|
{
|
|
119
97
|
"@id": "caqps:components/ActorQueryProcessSequential.jsonld#ActorQueryProcessSequential_args_beforeActors",
|
|
120
98
|
"range": {
|
|
@@ -137,10 +115,6 @@
|
|
|
137
115
|
{
|
|
138
116
|
"@type": "ParameterRangeGenericTypeReference",
|
|
139
117
|
"parameterRangeGenericType": "npmd:@comunica/actor-abstract-mediatyped/^3.0.0/components/ActorAbstractMediaTyped.jsonld#ActorAbstractMediaTyped__generic_O"
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"@type": "ParameterRangeGenericTypeReference",
|
|
143
|
-
"parameterRangeGenericType": "npmd:@comunica/actor-abstract-mediatyped/^3.0.0/components/ActorAbstractMediaTyped.jsonld#ActorAbstractMediaTyped__generic_TS"
|
|
144
118
|
}
|
|
145
119
|
]
|
|
146
120
|
}
|
|
@@ -250,12 +224,6 @@
|
|
|
250
224
|
"@id": "caqps:components/ActorQueryProcessSequential.jsonld#ActorQueryProcessSequential_args_bus"
|
|
251
225
|
}
|
|
252
226
|
},
|
|
253
|
-
{
|
|
254
|
-
"keyRaw": "busFailMessage",
|
|
255
|
-
"value": {
|
|
256
|
-
"@id": "caqps:components/ActorQueryProcessSequential.jsonld#ActorQueryProcessSequential_args_busFailMessage"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
227
|
{
|
|
260
228
|
"keyRaw": "beforeActors",
|
|
261
229
|
"value": {
|
|
@@ -29,9 +29,6 @@
|
|
|
29
29
|
"args_bus": {
|
|
30
30
|
"@id": "caqps:components/ActorQueryProcessSequential.jsonld#ActorQueryProcessSequential_args_bus"
|
|
31
31
|
},
|
|
32
|
-
"args_busFailMessage": {
|
|
33
|
-
"@id": "caqps:components/ActorQueryProcessSequential.jsonld#ActorQueryProcessSequential_args_busFailMessage"
|
|
34
|
-
},
|
|
35
32
|
"args_beforeActors": {
|
|
36
33
|
"@id": "caqps:components/ActorQueryProcessSequential.jsonld#ActorQueryProcessSequential_args_beforeActors",
|
|
37
34
|
"@container": "@list"
|
|
@@ -57,9 +54,6 @@
|
|
|
57
54
|
"bus": {
|
|
58
55
|
"@id": "caqps:components/ActorQueryProcessSequential.jsonld#ActorQueryProcessSequential_args_bus"
|
|
59
56
|
},
|
|
60
|
-
"busFailMessage": {
|
|
61
|
-
"@id": "caqps:components/ActorQueryProcessSequential.jsonld#ActorQueryProcessSequential_args_busFailMessage"
|
|
62
|
-
},
|
|
63
57
|
"beforeActors": {
|
|
64
58
|
"@id": "caqps:components/ActorQueryProcessSequential.jsonld#ActorQueryProcessSequential_args_beforeActors",
|
|
65
59
|
"@container": "@list"
|
|
@@ -5,7 +5,7 @@ import type { MediatorQueryOperation } from '@comunica/bus-query-operation';
|
|
|
5
5
|
import type { MediatorQueryParse } from '@comunica/bus-query-parse';
|
|
6
6
|
import type { IActionQueryProcess, IActorQueryProcessOutput, IActorQueryProcessArgs, IQueryProcessSequential, IQueryProcessSequentialOutput } from '@comunica/bus-query-process';
|
|
7
7
|
import { ActorQueryProcess } from '@comunica/bus-query-process';
|
|
8
|
-
import type { IActorTest
|
|
8
|
+
import type { IActorTest } from '@comunica/core';
|
|
9
9
|
import type { IActionContext, IQueryOperationResult, QueryFormatType } from '@comunica/types';
|
|
10
10
|
import type { Algebra } from 'sparqlalgebrajs';
|
|
11
11
|
/**
|
|
@@ -18,7 +18,7 @@ export declare class ActorQueryProcessSequential extends ActorQueryProcess imple
|
|
|
18
18
|
readonly mediatorQueryOperation: MediatorQueryOperation;
|
|
19
19
|
readonly mediatorMergeBindingsContext: MediatorMergeBindingsContext;
|
|
20
20
|
constructor(args: IActorQueryProcessSequentialArgs);
|
|
21
|
-
test(action: IActionQueryProcess): Promise<
|
|
21
|
+
test(action: IActionQueryProcess): Promise<IActorTest>;
|
|
22
22
|
run(action: IActionQueryProcess): Promise<IActorQueryProcessOutput>;
|
|
23
23
|
parse(query: QueryFormatType, context: IActionContext): Promise<IQueryProcessSequentialOutput>;
|
|
24
24
|
optimize(operation: Algebra.Operation, context: IActionContext): Promise<IQueryProcessSequentialOutput>;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ActorQueryProcessSequential = void 0;
|
|
4
|
+
const bindings_factory_1 = require("@comunica/bindings-factory");
|
|
5
|
+
const bus_query_operation_1 = require("@comunica/bus-query-operation");
|
|
4
6
|
const bus_query_process_1 = require("@comunica/bus-query-process");
|
|
5
7
|
const context_entries_1 = require("@comunica/context-entries");
|
|
6
8
|
const core_1 = require("@comunica/core");
|
|
7
|
-
const utils_bindings_factory_1 = require("@comunica/utils-bindings-factory");
|
|
8
|
-
const utils_query_operation_1 = require("@comunica/utils-query-operation");
|
|
9
|
-
const sparqlalgebrajs_1 = require("sparqlalgebrajs");
|
|
10
9
|
/**
|
|
11
10
|
* A comunica Sequential Query Process Actor.
|
|
12
11
|
*/
|
|
@@ -15,10 +14,10 @@ class ActorQueryProcessSequential extends bus_query_process_1.ActorQueryProcess
|
|
|
15
14
|
super(args);
|
|
16
15
|
}
|
|
17
16
|
async test(action) {
|
|
18
|
-
if (action.context.get(context_entries_1.KeysInitQuery.explain)
|
|
19
|
-
|
|
17
|
+
if (action.context.get(context_entries_1.KeysInitQuery.explain) || action.context.get(new core_1.ActionContextKey('explain'))) {
|
|
18
|
+
throw new Error(`${this.name} is not able to explain queries.`);
|
|
20
19
|
}
|
|
21
|
-
return
|
|
20
|
+
return true;
|
|
22
21
|
}
|
|
23
22
|
async run(action) {
|
|
24
23
|
// Run all query processing steps in sequence
|
|
@@ -49,11 +48,9 @@ class ActorQueryProcessSequential extends bus_query_process_1.ActorQueryProcess
|
|
|
49
48
|
}
|
|
50
49
|
// Apply initial bindings in context
|
|
51
50
|
if (context.has(context_entries_1.KeysInitQuery.initialBindings)) {
|
|
52
|
-
const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
.create(this.mediatorMergeBindingsContext, context, dataFactory);
|
|
56
|
-
operation = (0, utils_query_operation_1.materializeOperation)(operation, context.get(context_entries_1.KeysInitQuery.initialBindings), algebraFactory, bindingsFactory);
|
|
51
|
+
const bindingsFactory = await bindings_factory_1.BindingsFactory
|
|
52
|
+
.create(this.mediatorMergeBindingsContext, context);
|
|
53
|
+
operation = (0, bus_query_operation_1.materializeOperation)(operation, context.get(context_entries_1.KeysInitQuery.initialBindings), bindingsFactory);
|
|
57
54
|
// Delete the query string from the context, since our initial query might have changed
|
|
58
55
|
context = context.delete(context_entries_1.KeysInitQuery.queryString);
|
|
59
56
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActorQueryProcessSequential.js","sourceRoot":"","sources":["ActorQueryProcessSequential.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ActorQueryProcessSequential.js","sourceRoot":"","sources":["ActorQueryProcessSequential.ts"],"names":[],"mappings":"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","sourcesContent":["import { BindingsFactory } from '@comunica/bindings-factory';\nimport type { MediatorContextPreprocess } from '@comunica/bus-context-preprocess';\nimport type { MediatorMergeBindingsContext } from '@comunica/bus-merge-bindings-context';\nimport type { MediatorOptimizeQueryOperation } from '@comunica/bus-optimize-query-operation';\nimport type { MediatorQueryOperation } from '@comunica/bus-query-operation';\nimport { materializeOperation } from '@comunica/bus-query-operation';\nimport type { MediatorQueryParse } from '@comunica/bus-query-parse';\nimport type {\n IActionQueryProcess,\n IActorQueryProcessOutput,\n IActorQueryProcessArgs,\n IQueryProcessSequential,\n IQueryProcessSequentialOutput,\n} from '@comunica/bus-query-process';\nimport {\n ActorQueryProcess,\n} from '@comunica/bus-query-process';\nimport { KeysInitQuery } from '@comunica/context-entries';\nimport type { IActorTest } from '@comunica/core';\nimport { ActionContextKey } from '@comunica/core';\nimport type {\n IActionContext,\n IQueryOperationResult,\n QueryFormatType,\n} from '@comunica/types';\n\nimport type * as RDF from '@rdfjs/types';\nimport type { Algebra } from 'sparqlalgebrajs';\n\n/**\n * A comunica Sequential Query Process Actor.\n */\nexport class ActorQueryProcessSequential extends ActorQueryProcess implements IQueryProcessSequential {\n public readonly mediatorContextPreprocess: MediatorContextPreprocess;\n public readonly mediatorQueryParse: MediatorQueryParse;\n public readonly mediatorOptimizeQueryOperation: MediatorOptimizeQueryOperation;\n public readonly mediatorQueryOperation: MediatorQueryOperation;\n public readonly mediatorMergeBindingsContext: MediatorMergeBindingsContext;\n\n public constructor(args: IActorQueryProcessSequentialArgs) {\n super(args);\n }\n\n public async test(action: IActionQueryProcess): Promise<IActorTest> {\n if (action.context.get(KeysInitQuery.explain) || action.context.get(new ActionContextKey('explain'))) {\n throw new Error(`${this.name} is not able to explain queries.`);\n }\n return true;\n }\n\n public async run(action: IActionQueryProcess): Promise<IActorQueryProcessOutput> {\n // Run all query processing steps in sequence\n let { operation, context } = await this.parse(action.query, action.context);\n ({ operation, context } = await this.optimize(operation, context));\n const output = await this.evaluate(operation, context);\n\n return { result: output };\n }\n\n public async parse(query: QueryFormatType, context: IActionContext): Promise<IQueryProcessSequentialOutput> {\n // Pre-processing the context\n context = (await this.mediatorContextPreprocess.mediate({ context, initialize: true })).context;\n\n // Parse query\n let operation: Algebra.Operation;\n if (typeof query === 'string') {\n // Save the original query string in the context\n context = context.set(KeysInitQuery.queryString, query);\n\n const baseIRI: string | undefined = context.get(KeysInitQuery.baseIRI);\n const queryFormat: RDF.QueryFormat = context.get(KeysInitQuery.queryFormat)!;\n const queryParseOutput = await this.mediatorQueryParse.mediate({ context, query, queryFormat, baseIRI });\n operation = queryParseOutput.operation;\n // Update the baseIRI in the context if the query modified it.\n if (queryParseOutput.baseIRI) {\n context = context.set(KeysInitQuery.baseIRI, queryParseOutput.baseIRI);\n }\n } else {\n operation = query;\n }\n\n // Apply initial bindings in context\n if (context.has(KeysInitQuery.initialBindings)) {\n const bindingsFactory = await BindingsFactory\n .create(this.mediatorMergeBindingsContext, context);\n operation = materializeOperation(operation, context.get(KeysInitQuery.initialBindings)!, bindingsFactory);\n\n // Delete the query string from the context, since our initial query might have changed\n context = context.delete(KeysInitQuery.queryString);\n }\n\n return { operation, context };\n }\n\n public async optimize(operation: Algebra.Operation, context: IActionContext): Promise<IQueryProcessSequentialOutput> {\n // Save initial query in context\n context = context.set(KeysInitQuery.query, operation);\n\n ({ operation, context } = await this.mediatorOptimizeQueryOperation.mediate({ context, operation }));\n\n // Save original query in context\n context = context.set(KeysInitQuery.query, operation);\n\n return { operation, context };\n }\n\n public async evaluate(operation: Algebra.Operation, context: IActionContext): Promise<IQueryOperationResult> {\n const output = await this.mediatorQueryOperation.mediate({ context, operation });\n output.context = context;\n return output;\n }\n}\n\nexport interface IActorQueryProcessSequentialArgs extends IActorQueryProcessArgs {\n /**\n * The context processing combinator\n */\n mediatorContextPreprocess: MediatorContextPreprocess;\n /**\n * The query parse mediator\n */\n mediatorQueryParse: MediatorQueryParse;\n /**\n * The query operation optimize mediator\n */\n mediatorOptimizeQueryOperation: MediatorOptimizeQueryOperation;\n /**\n * The query operation mediator\n */\n mediatorQueryOperation: MediatorQueryOperation;\n /**\n * A mediator for creating binding context merge handlers\n */\n mediatorMergeBindingsContext: MediatorMergeBindingsContext;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comunica/actor-query-process-sequential",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "A sequential query-process actor",
|
|
5
5
|
"lsd:module": true,
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"funding": {
|
|
8
|
-
"type": "opencollective",
|
|
9
|
-
"url": "https://opencollective.com/comunica-association"
|
|
10
|
-
},
|
|
11
7
|
"homepage": "https://comunica.dev/",
|
|
12
8
|
"repository": {
|
|
13
9
|
"type": "git",
|
|
@@ -41,19 +37,18 @@
|
|
|
41
37
|
"build:components": "componentsjs-generator"
|
|
42
38
|
},
|
|
43
39
|
"dependencies": {
|
|
44
|
-
"@comunica/
|
|
45
|
-
"@comunica/bus-
|
|
46
|
-
"@comunica/bus-
|
|
47
|
-
"@comunica/bus-query-operation": "3.
|
|
48
|
-
"@comunica/bus-query-
|
|
49
|
-
"@comunica/bus-query-
|
|
50
|
-
"@comunica/
|
|
51
|
-
"@comunica/
|
|
52
|
-
"@comunica/
|
|
53
|
-
"@comunica/
|
|
54
|
-
"@comunica/utils-query-operation": "3.2.4-alpha.47.0",
|
|
40
|
+
"@comunica/bindings-factory": "^3.3.0",
|
|
41
|
+
"@comunica/bus-context-preprocess": "^3.3.0",
|
|
42
|
+
"@comunica/bus-merge-bindings-context": "^3.3.0",
|
|
43
|
+
"@comunica/bus-optimize-query-operation": "^3.3.0",
|
|
44
|
+
"@comunica/bus-query-operation": "^3.3.0",
|
|
45
|
+
"@comunica/bus-query-parse": "^3.3.0",
|
|
46
|
+
"@comunica/bus-query-process": "^3.3.0",
|
|
47
|
+
"@comunica/context-entries": "^3.3.0",
|
|
48
|
+
"@comunica/core": "^3.3.0",
|
|
49
|
+
"@comunica/types": "^3.3.0",
|
|
55
50
|
"@rdfjs/types": "*",
|
|
56
|
-
"sparqlalgebrajs": "^4.3.
|
|
51
|
+
"sparqlalgebrajs": "^4.3.7"
|
|
57
52
|
},
|
|
58
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "02bde397d206f1f5a523643a6a604c89e792e2f9"
|
|
59
54
|
}
|