1RDF::Query::Algebra::CoUnssetrruCcotn(t3r)ibuted Perl DoRcDuFm:e:nQtuaetriyo:n:Algebra::Construct(3)
2
3
4
6 RDF::Query::Algebra::Construct - Algebra class for construct query
7 results
8
10 This document describes RDF::Query::Algebra::Construct version 2.918.
11
13 Beyond the methods documented below, this class inherits methods from
14 the RDF::Query::Algebra class.
15
16 "new ( $query_pattern, \@construct_triples )"
17 Returns a new Sort 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 used to produce the variable bindings used in
25 graph construction.
26
27 "triples"
28 Returns an ARRAY ref of triples to be used in graph construction.
29
30 "sse"
31 Returns the SSE string for this algebra expression.
32
33 "as_sparql"
34 Returns the SPARQL string for this algebra expression.
35
36 "as_hash"
37 Returns the query as a nested set of plain data structures (no
38 objects).
39
40 "type"
41 Returns the type of this algebra expression.
42
43 "referenced_variables"
44 Returns a list of the variable names used in this algebra
45 expression.
46
47 "potentially_bound"
48 Returns a list of the variable names used in this algebra
49 expression that will bind values during execution.
50
51 "definite_variables"
52 Returns a list of the variable names that will be bound after
53 evaluating this algebra expression.
54
56 Gregory Todd Williams <gwilliams@cpan.org>
57
58
59
60perl v5.30.1 2020-01-30 RDF::Query::Algebra::Construct(3)