1RDF::Query::Plan::Load(U3s)er Contributed Perl DocumentatRiDoFn::Query::Plan::Load(3)
2
3
4
6 RDF::Query::Plan::Load - Executable query plan for LOAD operations.
7
9 This document describes RDF::Query::Plan::Load version 2.918.
10
12 Beyond the methods documented below, this class inherits methods from
13 the RDF::Query::Plan class.
14
15 "new ( $url, $graph )"
16 "execute ( $execution_context )"
17 "next"
18 "close"
19 "url"
20 Returns the URL to load data from.
21
22 "namedgraph"
23 Returns the optional graph name to load the data with.
24
25 "distinct"
26 Returns true if the pattern is guaranteed to return distinct
27 results.
28
29 "ordered"
30 Returns true if the pattern is guaranteed to return ordered
31 results.
32
33 "plan_node_name"
34 Returns the string name of this plan node, suitable for use in
35 serialization.
36
37 "plan_prototype"
38 Returns a list of scalar identifiers for the type of the content
39 (children) nodes of this plan node. See RDF::Query::Plan for a list
40 of the allowable identifiers.
41
42 "plan_node_data"
43 Returns the data for this plan node that corresponds to the values
44 described by the signature returned by "plan_prototype".
45
46 "graph ( $g )"
47 "is_update"
48 Returns true if the plan represents an update operation.
49
51 Gregory Todd Williams <gwilliams@cpan.org>
52
53
54
55perl v5.32.1 2021-01-27 RDF::Query::Plan::Load(3)