| RDF-Query documentation | view source | Contained in the RDF-Query distribution. |
RDF::Query::Plan::Join::PushDownNestedLoop - Executable query plan for nested loop joins.
This document describes RDF::Query::Plan::Join::PushDownNestedLoop version 2.907.
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan::Join class.
new ( $lhs, $rhs, $opt )execute ( $execution_context )nextcloseplan_node_nameReturns the string name of this plan node, suitable for use in serialization.
graph ( $g )explainReturns a string serialization of the plan appropriate for display on the command line.
Gregory Todd Williams <gwilliams@cpan.org>
| RDF-Query documentation | view source | Contained in the RDF-Query distribution. |