
RDF::Query::Expression::Alias - Class for aliasing expressions with variable names

This document describes RDF::Query::Expression::Alias version 2.909.

Beyond the methods documented below, this class inherits methods from the RDF::Query::Expression class.
nameReturns the variable name of the aliased expression.
aliasReturns the variable object of the aliased expression.
expressionReturns the expression object of the aliased expression.
sseReturns the SSE string for this algebra expression.
as_sparqlReturns the SPARQL string for this algebra expression.
evaluate ( $query,
\%bound,
$context )Evaluates the expression using the supplied bound variables. Will return a RDF::Query::Node object.

Gregory Todd Williams <gwilliams@cpan.org>