1RDF::Query::Algebra::DiUssteirncCto(n3t)ributed Perl DocRuDmFe:n:tQauteiroyn::Algebra::Distinct(3)
2
3
4
6 RDF::Query::Algebra::Distinct - Algebra class for distinct query
7 results
8
10 This document describes RDF::Query::Algebra::Distinct 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 )"
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 to be sorted.
25
26 "sse"
27 Returns the SSE string for this algebra expression.
28
29 "as_sparql"
30 Returns the SPARQL string for this algebra expression.
31
32 "as_hash"
33 Returns the query as a nested set of plain data structures (no
34 objects).
35
36 "as_spin ( $model )"
37 Adds statements to the given model to represent this algebra object
38 in the SPARQL Inferencing Notation (<http://www.spinrdf.org/>).
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
55 "is_solution_modifier"
56 Returns true if this node is a solution modifier.
57
59 Gregory Todd Williams <gwilliams@cpan.org>
60
61
62
63perl v5.34.0 2022-01-21 RDF::Query::Algebra::Distinct(3)