1RDF::Query::Plan::ExtenUds(e3r)Contributed Perl DocumentRaDtFi:o:nQuery::Plan::Extend(3)
2
3
4

NAME

6       RDF::Query::Plan::Extend - Executable query plan for Extends.
7

VERSION

9       This document describes RDF::Query::Plan::Extend version 2.918.
10

METHODS

12       Beyond the methods documented below, this class inherits methods from
13       the RDF::Query::Plan class.
14
15       "new ( $plan, \@keys )"
16       "execute ( $execution_context )"
17       "next"
18       "close"
19       "pattern"
20           Returns the query plan that will be used to produce the data to be
21           extended.
22
23       "distinct"
24           Returns true if the pattern is guaranteed to return distinct
25           results.
26
27       "ordered"
28           Returns true if the pattern is guaranteed to return ordered
29           results.
30
31       "plan_node_name"
32           Returns the string name of this plan node, suitable for use in
33           serialization.
34
35       "plan_prototype"
36           Returns a list of scalar identifiers for the type of the content
37           (children) nodes of this plan node. See RDF::Query::Plan for a list
38           of the allowable identifiers.
39
40       "plan_node_data"
41           Returns the data for this plan node that corresponds to the values
42           described by the signature returned by "plan_prototype".
43
44       "graph ( $g )"
45       "explain"
46           Returns a string serialization of the plan appropriate for display
47           on the command line.
48

AUTHOR

50        Gregory Todd Williams <gwilliams@cpan.org>
51
52
53
54perl v5.32.0                      2020-07-28       RDF::Query::Plan::Extend(3)
Impressum