1RDF::Query::Plan::Sort(U3s)er Contributed Perl DocumentatRiDoFn::Query::Plan::Sort(3)
2
3
4
6 RDF::Query::Plan::Sort - Executable query plan for Sorts.
7
9 This document describes RDF::Query::Plan::Sort version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Plan class.
14
15 "new ( $pattern, [ $expr1, $rev1 ], ... )"
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 sorted.
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
50 Gregory Todd Williams <gwilliams@cpan.org>
51
52
53
54perl v5.32.0 2020-07-28 RDF::Query::Plan::Sort(3)