logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

        Gregory Todd Williams <gwilliams@cpan.org>

perl v5.38.2                                       2024-07-02                RDF::Query::Expression::Binary(3pm)

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.

Name

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

Version

       This document describes RDF::Query::Expression::Binary version 2.919.

See Also