1RDF::Query::Algebra::SoUrste(r3)Contributed Perl DocumenRtDaFt:i:oQnuery::Algebra::Sort(3)
2
3
4

NAME

6       RDF::Query::Algebra::Sort - Algebra class for sorting
7

VERSION

9       This document describes RDF::Query::Algebra::Sort version 2.918.
10

METHODS

12       Beyond the methods documented below, this class inherits methods from
13       the RDF::Query::Algebra class.
14
15       "new ( $pattern, [ $dir =" $expr ] )>
16           Returns a new Sort structure.
17
18       "construct_args"
19           Returns a list of arguments that, passed to this class'
20           constructor, will produce a clone of this algebra pattern.
21
22       "pattern"
23           Returns the pattern to be sorted.
24
25       "orderby"
26           Returns the array of ordering definitions.
27
28       "sse"
29           Returns the SSE string for this algebra expression.
30
31       "as_sparql"
32           Returns the SPARQL string for this algebra expression.
33
34       "as_hash"
35           Returns the query as a nested set of plain data structures (no
36           objects).
37
38       "type"
39           Returns the type of this algebra expression.
40
41       "referenced_variables"
42           Returns a list of the variable names used in this algebra
43           expression.
44
45       "potentially_bound"
46           Returns a list of the variable names used in this algebra
47           expression that will bind values during execution.
48
49       "definite_variables"
50           Returns a list of the variable names that will be bound after
51           evaluating this algebra expression.
52
53       "is_solution_modifier"
54           Returns true if this node is a solution modifier.
55

AUTHOR

57        Gregory Todd Williams <gwilliams@cpan.org>
58
59
60
61perl v5.32.0                      2020-07-28      RDF::Query::Algebra::Sort(3)
Impressum