1RDF::Query::Plan::Quad(U3s)er Contributed Perl DocumentatRiDoFn::Query::Plan::Quad(3)
2
3
4
6 RDF::Query::Plan::Quad - Executable query plan for Quads.
7
9 This document describes RDF::Query::Plan::Quad version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Plan class.
14
15 "new ( @quad )"
16 "execute ( $execution_context )"
17 "next"
18 "close"
19 "nodes ()"
20 "bf ()"
21 Returns a string representing the state of the nodes of the triple
22 (bound or free).
23
24 "distinct"
25 Returns true if the pattern is guaranteed to return distinct
26 results.
27
28 "ordered"
29 Returns true if the pattern is guaranteed to return ordered
30 results.
31
32 "plan_node_name"
33 Returns the string name of this plan node, suitable for use in
34 serialization.
35
36 "plan_prototype"
37 Returns a list of scalar identifiers for the type of the content
38 (children) nodes of this plan node. See RDF::Query::Plan for a list
39 of the allowable identifiers.
40
41 "plan_node_data"
42 Returns the data for this plan node that corresponds to the values
43 described by the signature returned by "plan_prototype".
44
45 "explain"
46 Returns a string serialization of the query plan appropriate for
47 display on the command line.
48
49 "graph ( $g )"
50
52 Gregory Todd Williams <gwilliams@cpan.org>
53
54
55
56perl v5.28.0 2017-01-04 RDF::Query::Plan::Quad(3)