The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AtteanX::Store::LDF::Plan::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::Store::LDF::Plan::Triple;
  my $ldf_plan = AtteanX::Store::LDF::Plan::Triple->new(subject => $subject,
                                                        predicate => $predicate,
                                                        object => $object);

DESCRIPTION

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