Const
Enables manipulation of the CLI arguments and their processing.
The data factory for creating terms and quads.
A boolean value denoting whether results should be deduplicated or not.
Explain mode of the query. Can be 'parsed', 'logical', 'physical', or 'physical-json'.
Dictionary of extension functions. Key is the IRI of the function, and value is the async function implementation.
The callback-based extensionFunctionCreator context entry may be used instead, but not simultaneously.
Object to cache function argument overload resolutions. Defaults to an object that is reused across query executions.
Which GraphQL bindings should be singularized.
Variables that have to be pre-bound to values in the query.
A boolean value denoting whether caching is disabled or not.
A JSON-LD context
If HTTP and parsing failures are ignored.
Logs the used physical operators
The current physical operator within the query plan. This is used to pass parent-child relationships for invoking the query plan logger.
The original parsed query.
The provided query's format. Defaults to { language: 'sparql', version: '1.1' }
The unidentified sources to query over.
The original query string.
A timestamp representing the current time. This is required for certain SPARQL operations such as NOW().
A high resolution timestamp representing the time elapsed since Performance.timeOrigin`. It can be used to precisely measure durations from the start of query execution.
The query's base IRI.