OptionalcountOptionalsubject: TermAn optional subject.
Optionalpredicate: TermAn optional predicate.
Optionalobject: TermAn optional object.
Optionalgraph: TermAn optional graph.
OptionalfeaturesA record indicating supported features of this source.
OptionalquotedTripleFiltering?: booleanIf true, this source supports passing quad patterns with quoted quad patterns in the match method.
If false (or if features is undefined), such quoted quad patterns can not be passed,
and must be replaced by undefined and filtered by the caller afterwards.
OptionalmatchReturns a stream that produces all bindings matching the pattern.
The factory that will be used to create bindings.
The subject, which can be a variable.
The predicate, which can be a variable.
The object, which can be a variable.
The graph, which can be a variable.
Returns a stream that processes all quads matching the pattern.
Optionalsubject: null | TermThe optional subject.
Optionalpredicate: null | TermThe optional predicate.
Optionalobject: null | TermThe optional object.
Optionalgraph: null | TermThe optional graph.
The resulting quad stream.
Return an estimated count of the number of quads matching the given pattern.
The better the estimate, the better the query engine will be able to optimize the query.