The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

RDF::Query::Optimizer::Peephole - Peephole optimizer for re-ordering triple patterns.

METHODS

new ( $query, $model, %args )

Returns a new optimizer object.

optimize

Performs optimization on the query object.

query

Returns the query object that the optimizer will modify.

model

Returns the model object that the optimizer will rely on for triple information.

AUTHOR

 Gregory Williams <gwilliams@cpan.org>