1RDF::Query::Algebra::MiUnsuesr(3C)ontributed Perl DocumeRnDtFa:t:iQounery::Algebra::Minus(3)
2
3
4
6 RDF::Query::Algebra::Minus - Algebra class for Minus patterns
7
9 This document describes RDF::Query::Algebra::Minus 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, $opt_pattern )"
16 Returns a new Minus 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 base pattern (LHS) onto which the minus pattern
24 matches.
25
26 "minus"
27 Returns the minus pattern (RHS).
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
55 Gregory Todd Williams <gwilliams@cpan.org>
56
57
58
59perl v5.32.1 2021-01-27 RDF::Query::Algebra::Minus(3)