1RDF::Query::Algebra::OfUfsseert(C3o)ntributed Perl DocumReDnFt:a:tQiuoenry::Algebra::Offset(3)
2
3
4
6 RDF::Query::Algebra::Offset - Algebra class for offseting query results
7
9 This document describes RDF::Query::Algebra::Offset version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Algebra class.
14
15 "new ( $pattern, $offset )"
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 "offset"
26 Returns the offset number of the pattern.
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
57 Gregory Todd Williams <gwilliams@cpan.org>
58
59
60
61perl v5.34.0 2021-07-22 RDF::Query::Algebra::Offset(3)