AtteanX::API::JoinRotatingPlanner
Query planning role to produce alternative join plans
- Provided by: libattean-perl (Version: 0.012-1)
- Report a bug
Query planning role to produce alternative join plans
This document describes AtteanX::API::JoinRotatingPlanner version 0.012
The AtteanX::API::JoinRotatingPlanner role, when used with Attean::QueryPlanner, produces alternatives for join query plans. Specifically, joins of the form (A⋈B)⋈C are rotated to A⋈(B⋈C), with the ability to coalesce B⋈C (e.g. for adjacent BGPs).
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/attean/issues>.
<http://www.perlrdf.org/>
Gregory Todd Williams "<gwilliams@cpan.org>"
Copyright (c) 2014--2016 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.