AtteanX::Plan::LDF::Triple(3pm) | User Contributed Perl Documentation | AtteanX::Plan::LDF::Triple(3pm) |
AtteanX::Plan::LDF::Triple - Plan for evaluation of Linked Data Fragments
This is typically only constructed by planning hacks deep in the code, but might look like e.g.:
use v5.14; use AtteanX::Plan::LDF::Triple; my $ldf_plan = AtteanX::Plan::LDF::Triple->new(subject => $subject, predicate => $predicate, object => $object);
This plan class will aid a query planner that seeks to incorporate Linked Data Fragments into the query planning.
2022-06-15 | perl v5.34.0 |