1RDF::Query::Algebra::PrUosjeerctC(o3n)tributed Perl DocuRmDeFn:t:aQtuieorny::Algebra::Project(3)
2
3
4

NAME

6       RDF::Query::Algebra::Project - Algebra class for projection
7

VERSION

9       This document describes RDF::Query::Algebra::Project 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, \@vars_and_exprs )"
16           Returns a new Project 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       "vars"
26           Returns the vars to be projected to.
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       "as_spin ( $model )"
39           Adds statements to the given model to represent this algebra object
40           in the SPARQL Inferencing Notation (<http://www.spinrdf.org/>).
41
42       "type"
43           Returns the type of this algebra expression.
44
45       "referenced_variables"
46           Returns a list of the variable names used in this algebra
47           expression.
48
49       "bind_variables ( \%bound )"
50           Returns a new algebra pattern with variables named in %bound
51           replaced by their corresponding bound values.
52
53       "potentially_bound"
54           Returns a list of the variable names used in this algebra
55           expression that will bind values during execution.
56
57       "definite_variables"
58           Returns a list of the variable names that will be bound after
59           evaluating this algebra expression.
60
61       "is_solution_modifier"
62           Returns true if this node is a solution modifier.
63

AUTHOR

65        Gregory Todd Williams <gwilliams@cpan.org>
66
67
68
69perl v5.32.0                      2020-07-28   RDF::Query::Algebra::Project(3)
Impressum