1RDF::Query::Plan::IteraUtsoerr(3C)ontributed Perl DocumeRnDtFa:t:iQounery::Plan::Iterator(3)
2
3
4
6 RDF::Query::Plan::Iterator - Executable query plan for
7 result-generating iterators.
8
10 This document describes RDF::Query::Plan::Iterator version 2.918.
11
13 Beyond the methods documented below, this class inherits methods from
14 the RDF::Query::Plan class.
15
16 "new ( $iter, \&execute_cb )"
17 "new ( \&create_iterator_cb )"
18 "execute ( $execution_context )"
19 "next"
20 "close"
21 "distinct"
22 Returns true if the pattern is guaranteed to return distinct
23 results.
24
25 "ordered"
26 Returns true if the pattern is guaranteed to return ordered
27 results.
28
29 "plan_node_name"
30 Returns the string name of this plan node, suitable for use in
31 serialization.
32
33 "plan_prototype"
34 Returns a list of scalar identifiers for the type of the content
35 (children) nodes of this plan node. See RDF::Query::Plan for a list
36 of the allowable identifiers.
37
38 "plan_node_data"
39 Returns the data for this plan node that corresponds to the values
40 described by the signature returned by "plan_prototype".
41
43 Gregory Todd Williams <gwilliams@cpan.org>
44
45
46
47perl v5.34.0 2021-07-22 RDF::Query::Plan::Iterator(3)