logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AtteanX::Plan::LDF::Triple - Plan for evaluation of Linked Data Fragments

Description

       This plan class will aid a query planner that seeks to incorporate Linked Data Fragments into the query
       planning.

perl v5.40.1                                       2025-08-04                    AtteanX::Plan::LDF::Triple(3pm)

Name

       AtteanX::Plan::LDF::Triple - Plan for evaluation of Linked Data Fragments

Synopsis

       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);

See Also