1Attean::IDPQueryPlannerU(s3e)r Contributed Perl DocumentaAttitoenan::IDPQueryPlanner(3)
2
3
4

NAME

6       Attean::IDPQueryPlanner - Iterative dynamic programming query planner
7

VERSION

9       This document describes Attean::IDPQueryPlanner version 0.030
10

SYNOPSIS

12         use v5.14;
13         use Attean;
14         my $planner = Attean::IDPQueryPlanner->new();
15         my $default_graphs = [ Attean::IRI->new('http://example.org/') ];
16         my $plan = $planner->plan_for_algebra( $algebra, $model, $default_graphs );
17         my $iter = $plan->evaluate($model);
18         my $iter = $e->evaluate( $model );
19

DESCRIPTION

21       The Attean::IDPQueryPlanner class implements a query planner using the
22       iterative dynamic programming approach.
23

ATTRIBUTES

METHODS

BUGS

27       Please report any bugs or feature requests to through the GitHub web
28       interface at <https://github.com/kasei/attean/issues>.
29

SEE ALSO

AUTHOR

32       Gregory Todd Williams  "<gwilliams@cpan.org>"
33
35       Copyright (c) 2014--2020 Gregory Todd Williams.  This program is free
36       software; you can redistribute it and/or modify it under the same terms
37       as Perl itself.
38
39
40
41perl v5.34.0                      2022-01-20        Attean::IDPQueryPlanner(3)
Impressum