1RDF::Query::Algebra::ExUtseenrd(C3o)ntributed Perl DocumReDnFt:a:tQiuoenry::Algebra::Extend(3)
2
3
4
6 RDF::Query::Algebra::Extend - Algebra class for extending the variable
7 projection
8
10 This document describes RDF::Query::Algebra::Extend version 2.918.
11
13 Beyond the methods documented below, this class inherits methods from
14 the RDF::Query::Algebra class.
15
16 "new ( $pattern, \@vars_and_exprs )"
17 Returns a new Extend structure.
18
19 "construct_args"
20 Returns a list of arguments that, passed to this class'
21 constructor, will produce a clone of this algebra pattern.
22
23 "pattern"
24 Returns the pattern to be sorted.
25
26 "vars"
27 Returns the vars to be extended.
28
29 "sse"
30 Returns the SSE string for this algebra expression.
31
32 "as_sparql"
33 Returns the SPARQL string for this algebra expression.
34
35 "as_hash"
36 Returns the query as a nested set of plain data structures (no
37 objects).
38
39 "type"
40 Returns the type of this algebra expression.
41
42 "referenced_variables"
43 Returns a list of the variable names used in this algebra
44 expression.
45
46 "potentially_bound"
47 Returns a list of the variable names used in this algebra
48 expression that will bind values during execution.
49
50 "definite_variables"
51 Returns a list of the variable names that will be bound after
52 evaluating this algebra expression.
53
54 "is_solution_modifier"
55 Returns true if this node is a solution modifier.
56
58 Gregory Todd Williams <gwilliams@cpan.org>
59
60
61
62perl v5.32.0 2020-07-28 RDF::Query::Algebra::Extend(3)