1RDF::Query::Plan::MinusU(s3e)r Contributed Perl DocumentaRtDiFo:n:Query::Plan::Minus(3)
2
3
4

NAME

6       RDF::Query::Plan::Minus - Executable query plan for minus operations.
7

VERSION

9       This document describes RDF::Query::Plan::Minus version 2.918.
10

METHODS

12       Beyond the methods documented below, this class inherits methods from
13       the RDF::Query::Plan class.
14
15       "new ( $lhs, $rhs )"
16       "execute ( $execution_context )"
17       "next"
18       "close"
19       "lhs"
20           Returns the left-hand-side plan to the join.
21
22       "rhs"
23           Returns the right-hand-side plan to the join.
24
25       "distinct"
26           Returns true if the pattern is guaranteed to return distinct
27           results.
28
29       "ordered"
30           Returns true if the pattern is guaranteed to return ordered
31           results.
32
33       "plan_node_name"
34           Returns the string name of this plan node, suitable for use in
35           serialization.
36
37       "plan_prototype"
38           Returns a list of scalar identifiers for the type of the content
39           (children) nodes of this plan node. See RDF::Query::Plan for a list
40           of the allowable identifiers.
41
42       "plan_node_data"
43           Returns the data for this plan node that corresponds to the values
44           described by the signature returned by "plan_prototype".
45
46       "graph ( $g )"
47

AUTHOR

49        Gregory Todd Williams <gwilliams@cpan.org>
50
51
52
53perl v5.32.0                      2020-07-28        RDF::Query::Plan::Minus(3)
Impressum