1RDF::Query::Plan::NamedUGsrearphC(o3n)tributed Perl DocuRmDeFn:t:aQtuieorny::Plan::NamedGraph(3)
2
3
4
6 RDF::Query::Plan::NamedGraph - Executable query plan for named graphs.
7
9 This document describes RDF::Query::Plan::NamedGraph version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Plan class.
14
15 "new ( $graph, $plan )"
16 "execute ( $execution_context )"
17 "next"
18 "close"
19 "graph"
20 Returns the graph variable.
21
22 "pattern"
23 Returns the query plan that will be used with each named graph in
24 the model.
25
26 "distinct"
27 Returns true if the pattern is guaranteed to return distinct
28 results.
29
30 "ordered"
31 Returns true if the pattern is guaranteed to return ordered
32 results.
33
34 "plan_node_name"
35 Returns the string name of this plan node, suitable for use in
36 serialization.
37
38 "plan_prototype"
39 Returns a list of scalar identifiers for the type of the content
40 (children) nodes of this plan node. See RDF::Query::Plan for a list
41 of the allowable identifiers.
42
43 "plan_node_data"
44 Returns the data for this plan node that corresponds to the values
45 described by the signature returned by "plan_prototype".
46
48 Gregory Todd Williams <gwilliams@cpan.org>
49
50
51
52perl v5.34.0 2022-01-21 RDF::Query::Plan::NamedGraph(3)