1RDF::Query::Plan::TriplUes(e3r)Contributed Perl DocumentRaDtFi:o:nQuery::Plan::Triple(3)
2
3
4
6 RDF::Query::Plan::Triple - Executable query plan for Triples.
7
9 This document describes RDF::Query::Plan::Triple version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Plan class.
14
15 "new ( @triple )"
16 "execute ( $execution_context )"
17 "next"
18 "close"
19 "nodes"
20 Returns a list of the three node objects that comprise the triple
21 pattern this plan will return.
22
23 "triple"
24 Returns a RDF::Trine::Statement object representing the triple
25 pattern this plan will return.
26
27 "bf ()"
28 Returns a string representing the state of the nodes of the triple
29 (bound or free).
30
31 "distinct"
32 Returns true if the pattern is guaranteed to return distinct
33 results.
34
35 "ordered"
36 Returns true if the pattern is guaranteed to return ordered
37 results.
38
39 "plan_node_name"
40 Returns the string name of this plan node, suitable for use in
41 serialization.
42
43 "plan_prototype"
44 Returns a list of scalar identifiers for the type of the content
45 (children) nodes of this plan node. See RDF::Query::Plan for a list
46 of the allowable identifiers.
47
48 "plan_node_data"
49 Returns the data for this plan node that corresponds to the values
50 described by the signature returned by "plan_prototype".
51
52 "graph ( $g )"
53
55 Gregory Todd Williams <gwilliams@cpan.org>
56
57
58
59perl v5.34.0 2021-07-22 RDF::Query::Plan::Triple(3)