Explain the given query
A query string or algebra.
An optional query context.
The explain mode.
A promise that resolves to the query output or explanation.
Invalidate all internal caches related to the given page URL. If no page URL is given, then all pages will be invalidated.
Optional
url: stringThe page URL to invalidate.
Optional
context: anyAn optional ActionContext to pass to the actors.
A promise resolving when the caches have been invalidated.
Evaluate the given query
A query string or algebra.
Optional
context: QueryFormatTypeInner extends stringAn optional query context.
A promise that resolves to the query output.
Query the bindings results of a SELECT query.
A query string or algebra object. Algebra objects must not contain blank nodes. They should be converted to variables.
Optional
context: QueryFormatTypeInner extends stringA context.
Query the boolean result of an ASK query.
A query string or algebra object. Algebra objects must not contain blank nodes. They should be converted to variables.
Optional
context: QueryFormatTypeInner extends stringA context.
Protected
queryEvaluate or explain the given query
A query string or algebra.
Optional
context: QueryFormatTypeInner extends stringAn optional query context.
A promise that resolves to the query output or explanation.
Query the quad results of a CONSTRUCT or DESCRIBE query.
A query string or algebra object. Algebra objects must not contain blank nodes. They should be converted to variables.
Optional
context: QueryFormatTypeInner extends stringA context.
Execute an UPDATE query.
A query string or algebra object. Algebra objects must not contain blank nodes. They should be converted to variables.
Optional
context: QueryFormatTypeInner extends stringA context.
Convert a query result to a string stream based on a certain media type.
A query result.
Optional
mediaType: stringA media type.
Optional
context: anyAn optional context.
A text stream.
Static
finalConvert a final query result to an internal one.
A final query result.
Static
internalConvert an internal query result to a final one.
An intermediary query result.
Base implementation of a Comunica query engine.