
RDF::Query::Model::RDFTrine::Filter - Algebra class for Filter patterns

This document describes RDF::Query::Model::RDFTrine::Filter version 2.200, released 6 August 2009.

new ( $filter )Returns a new Filter structure for execution by RDF::Trine.
construct_argsReturns a list of arguments that, passed to this class' constructor, will produce a clone of this algebra pattern.
patternReturns the RDF::Trine::Pattern object.
exprReturns the RDF::Query::Expression object.
referenced_variablesReturns a list of the variable names used in this algebra expression.
definite_variablesReturns a list of the variable names that will be bound after evaluating this algebra expression.
bind_variables ( \%bound )Returns a new algebra pattern with variables named in %bound replaced by their corresponding bound values.
as_sparql
execute ( $query,
$bridge,
\%bound,
$context,
%args )
Gregory Todd Williams <gwilliams@cpan.org>