NAME
RDF::Query::Compiler::SQL - Compile a SPARQL query directly to SQL.
METHODS
new ( $parse_tree )
-
Returns a new compiler object.
compile ()
-
Returns a SQL query string for the specified parse tree.
add_function ( $uri, $function )
-
Associates the custom function
$function
(a CODE reference) with the specified URI, allowing the function to be called by query FILTERs.
AUTHOR
Gregory Williams <gwilliams@cpan.org>