
RDF::Query::Expression::Binary - Algebra class for binary expressions

This document describes RDF::Query::Expression::Binary version 2.200, released 6 August 2009.

sseReturns the SSE string for this alegbra expression.
as_sparqlReturns the SPARQL string for this alegbra expression.
evaluate ( $query,
$bridge,
\%bound )Evaluates the expression using the supplied context (bound variables and bridge object). Will return a RDF::Query::Node object.
promote_type ( $op,
$lhs,
$rhs )Returns the XSD type URI (as a string) for the resulting value of performing the supplied operation on the arguments.

Gregory Todd Williams <gwilliams@cpan.org>