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

NAME

6       RDF::Query::Plan::Offset - Executable query plan for Offsets.
7

VERSION

9       This document describes RDF::Query::Plan::Offset 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, $offset )"
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           offset.
22
23       "offset"
24           Returns the number of results that are discarded as offset.
25
26       "distinct"
27           Returns true if the pattern is guaranteed to return distinct
28           results.
29
30       "ordered"
31           Returns true if the pattern is guaranteed to return ordered
32           results.
33
34       "plan_node_name"
35           Returns the string name of this plan node, suitable for use in
36           serialization.
37
38       "plan_prototype"
39           Returns a list of scalar identifiers for the type of the content
40           (children) nodes of this plan node. See RDF::Query::Plan for a list
41           of the allowable identifiers.
42
43       "plan_node_data"
44           Returns the data for this plan node that corresponds to the values
45           described by the signature returned by "plan_prototype".
46
47       "graph ( $g )"
48

AUTHOR

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