
RDF::Query::Algebra::Table - Algebra class for constant table data

This document describes RDF::Query::Algebra::Table version 2.909.

Beyond the methods documented below, this class inherits methods from the RDF::Query::Algebra class.
new ( \@variables,
$row1,
$row2,
...
)Returns a new Table structure.
construct_argsReturns a list of arguments that, passed to this class' constructor, will produce a clone of this algebra pattern.
variablesReturns a list of variable names used in this data table.
rowsReturns a list of variable bindings belonging to this data table.
sseReturns the SSE string for this algebra expression.
explainReturns a string serialization of the algebra appropriate for display on the command line.
as_sparqlReturns the SPARQL string for this algebra expression.
as_hashReturns the query as a nested set of plain data structures (no objects).
typeReturns the type of this algebra expression.
referenced_variablesReturns a list of the variable names used in this algebra expression.

Gregory Todd Williams <gwilliams@cpan.org>