1RDF::Query::Algebra::TaUbsleer(3C)ontributed Perl DocumeRnDtFa:t:iQounery::Algebra::Table(3)
2
3
4
6 RDF::Query::Algebra::Table - Algebra class for constant table data
7
9 This document describes RDF::Query::Algebra::Table version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Algebra class.
14
15 "new ( \@variables, $row1, $row2, ... )"
16 Returns a new Table structure.
17
18 "construct_args"
19 Returns a list of arguments that, passed to this class'
20 constructor, will produce a clone of this algebra pattern.
21
22 "variables"
23 Returns a list of variable names used in this data table.
24
25 "rows"
26 Returns a list of variable bindings belonging to this data table.
27
28 "sse"
29 Returns the SSE string for this algebra expression.
30
31 "explain"
32 Returns a string serialization of the algebra appropriate for
33 display on the command line.
34
35 "as_sparql"
36 Returns the SPARQL string for this algebra expression.
37
38 "as_hash"
39 Returns the query as a nested set of plain data structures (no
40 objects).
41
42 "type"
43 Returns the type of this algebra expression.
44
45 "referenced_variables"
46 Returns a list of the variable names used in this algebra
47 expression.
48
50 Gregory Todd Williams <gwilliams@cpan.org>
51
52
53
54perl v5.28.0 2017-01-04 RDF::Query::Algebra::Table(3)