RDF::Query::Plan::Join::NestedLoop(3pm) | User Contributed Perl Documentation | RDF::Query::Plan::Join::NestedLoop(3pm) |
NAME¶
RDF::Query::Plan::Join::NestedLoop - Executable query plan for nested loop joins.
VERSION¶
This document describes RDF::Query::Plan::Join::NestedLoop version 2.918.
METHODS¶
Beyond the methods documented below, this class inherits methods from the RDF::Query::Plan::Join class.
- "new ( $lhs, $rhs, $opt, [ \%logging_keys ] )"
- "execute ( $execution_context )"
- "next"
- "close"
- "plan_node_name"
- Returns the string name of this plan node, suitable for use in serialization.
- "graph ( $g )"
AUTHOR¶
Gregory Todd Williams <gwilliams@cpan.org>
2022-06-18 | perl v5.34.0 |