rdf::query::expression::binary(3pm) debian man page | unix.com

Man Page: rdf::query::expression::binary

Operating Environment: debian

Section: 3pm

RDF::Query::Expression::Binary(3pm)			User Contributed Perl Documentation		       RDF::Query::Expression::Binary(3pm)

NAME
RDF::Query::Expression::Binary - Algebra class for binary expressions
VERSION
This document describes RDF::Query::Expression::Binary version 2.908.
METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Expression class. "sse" Returns the SSE string for this algebra expression. "as_sparql" Returns the SPARQL string for this algebra expression. "evaluate ( $query, \%bound )" Evaluates the expression using the supplied bound variables. Will return a RDF::Query::Node object. "promote_type ( $op, $lhs_datatype, $rhs_datatype )" Returns the XSD type URI (as a string) for the resulting value of performing the supplied operation on arguments of the indicated XSD types.
AUTHOR
Gregory Todd Williams <gwilliams@cpan.org> perl v5.14.2 2012-01-31 RDF::Query::Expression::Binary(3pm)
Related Man Pages
rdf::query::algebra::limit(3pm) - debian
rdf::query::algebra::offset(3pm) - debian
rdf::query::algebra::optional(3pm) - debian
rdf::query::algebra::project(3pm) - debian
rdf::query::algebra::sequence(3pm) - debian
Similar Topics in the Unix Linux Community
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?