1RDF::Query::Plan::Join(U3s)er Contributed Perl DocumentatRiDoFn::Query::Plan::Join(3)
2
3
4

NAME

6       RDF::Query::Plan::Join - Join query plan base class.
7

VERSION

9       This document describes RDF::Query::Plan::Join 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, $optional )"
16       "lhs"
17           Returns the left-hand-side plan to the join.
18
19       "rhs"
20           Returns the right-hand-side plan to the join.
21
22       "optional"
23       "bf ()"
24           Returns a string representing the state of the nodes of the triple
25           (bound or free).
26
27       "join_classes"
28           Returns the class names of all available join algorithms.
29
30       "distinct"
31           Returns true if the pattern is guaranteed to return distinct
32           results.
33
34       "ordered"
35           Returns true if the pattern is guaranteed to return ordered
36           results.
37
38       "plan_prototype"
39           Returns a list of scalar identifiers for the type of the content
40           (children) nodes of this plan node. See RDF::Query::Plan for a list
41           of the allowable identifiers.
42
43       "plan_node_data"
44           Returns the data for this plan node that corresponds to the values
45           described by the signature returned by "plan_prototype".
46

AUTHOR

48        Gregory Todd Williams <gwilliams@cpan.org>
49
50
51
52perl v5.30.0                      2019-07-26         RDF::Query::Plan::Join(3)
Impressum