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