1RDF::Query::Plan::Load(U3s)er Contributed Perl DocumentatRiDoFn::Query::Plan::Load(3)
2
3
4

NAME

6       RDF::Query::Plan::Load - Executable query plan for LOAD operations.
7

VERSION

9       This document describes RDF::Query::Plan::Load version 2.918.
10

METHODS

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

AUTHOR

51        Gregory Todd Williams <gwilliams@cpan.org>
52
53
54
55perl v5.32.0                      2020-07-28         RDF::Query::Plan::Load(3)
Impressum