AtteanX::Plan::SPARQLBGP(3pm) | User Contributed Perl Documentation | AtteanX::Plan::SPARQLBGP(3pm) |
AtteanX::Plan::SPARQLBGP - Plan for efficient evaluation of SPARQL BGPs on remote endpoints
This is typically only constructed by planning hacks deep in the code, but might look like:
use v5.14; use AtteanX::Plan::SPARQLBGP; my $new_bgp_plan = AtteanX::Plan::SPARQLBGP->new(children => [$some_quads], distinct => 0, ordered => []);
This plan class implements compiling basic graph patterns that can be joined remotely on a SPARQL endpoint.
Consumes Attean::API::QueryTree, Attean::API::Plan and Attean::API::UnionScopeVariablesPlan, and introduces nothing new. The most notable attribute is:
For author, copyright and other details, see AtteanX::Store::SPARQL.
2022-11-20 | perl v5.36.0 |