1RDF::Query::Plan::SequeUnsceer(3C)ontributed Perl DocumeRnDtFa:t:iQounery::Plan::Sequence(3)
2
3
4

NAME

6       RDF::Query::Plan::Sequence - Executable query plan for a sequence of
7       operations.
8

VERSION

10       This document describes RDF::Query::Plan::Sequence version 2.918.
11

METHODS

13       Beyond the methods documented below, this class inherits methods from
14       the RDF::Query::Plan class.
15
16       "new ( @plans )"
17       "execute ( $execution_context )"
18       "next"
19       "close"
20       "distinct"
21           Returns true if the pattern is guaranteed to return distinct
22           results.
23
24       "ordered"
25           Returns true if the pattern is guaranteed to return ordered
26           results.
27
28       "plan_node_name"
29           Returns the string name of this plan node, suitable for use in
30           serialization.
31
32       "plan_prototype"
33           Returns a list of scalar identifiers for the type of the content
34           (children) nodes of this plan node. See RDF::Query::Plan for a list
35           of the allowable identifiers.
36
37       "plan_node_data"
38           Returns the data for this plan node that corresponds to the values
39           described by the signature returned by "plan_prototype".
40

AUTHOR

42        Gregory Todd Williams <gwilliams@cpan.org>
43
44
45
46perl v5.30.0                      2019-07-26     RDF::Query::Plan::Sequence(3)
Impressum