1RDF::Query::Plan::SubSeUlseecrt(C3o)ntributed Perl DocumReDnFt:a:tQiuoenry::Plan::SubSelect(3)
2
3
4
6 RDF::Query::Plan::SubSelect - Executable query plan for sub-select
7 queries.
8
10 This document describes RDF::Query::Plan::SubSelect version 2.918.
11
13 Beyond the methods documented below, this class inherits methods from
14 the RDF::Query::Plan class.
15
16 "new ( $query, [ \%logging_keys ] )"
17 Returns a new SubSelect query plan object. "<$query"> is a
18 RDF:Query object representing a SELECT query.
19
20 "execute ( $execution_context )"
21 "next"
22 "close"
23 "query"
24 Returns the sub-select query object.
25
26 "plan"
27 Returns the sub-select query plan object.
28
29 "distinct"
30 Returns true if the pattern is guaranteed to return distinct
31 results.
32
33 "ordered"
34 Returns true if the pattern is guaranteed to return ordered
35 results.
36
37 "plan_node_name"
38 Returns the string name of this plan node, suitable for use in
39 serialization.
40
41 "plan_prototype"
42 Returns a list of scalar identifiers for the type of the content
43 (children) nodes of this plan node. See RDF::Query::Plan for a list
44 of the allowable identifiers.
45
46 "plan_node_data"
47 Returns the data for this plan node that corresponds to the values
48 described by the signature returned by "plan_prototype".
49
50 "graph ( $g )"
51
53 Gregory Todd Williams <gwilliams@cpan.org>
54
55
56
57perl v5.36.0 2023-01-20 RDF::Query::Plan::SubSelect(3)