1RDF::Query::Plan::LimitU(s3e)r Contributed Perl DocumentaRtDiFo:n:Query::Plan::Limit(3)
2
3
4
6 RDF::Query::Plan::Limit - Executable query plan for Limits.
7
9 This document describes RDF::Query::Plan::Limit version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Plan class.
14
15 "new ( $plan, $limit )"
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 filtered.
22
23 "limit"
24 Returns the limit size.
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
50 Gregory Todd Williams <gwilliams@cpan.org>
51
52
53
54perl v5.30.0 2019-07-26 RDF::Query::Plan::Limit(3)