Skip to content

Commit 6297ece

Browse files
hartigafs
andauthored
v -> prjVar
Co-authored-by: Andy Seaborne <andy@apache.org>
1 parent 9003d9c commit 6297ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9951,7 +9951,7 @@ <h3>Property Path Patterns</h3>
99519951
<pre class="nohighlight">ppeval(<var>X</var>, <a href="#defn_ppeSeq" class="ppeOp">Seq</a>(<var>ppe<sub>1</sub></var>, <var>ppe<sub>2</sub></var>), <var>Y</var>) = <a href="#defn_algToMultiSet" class="algFct">ToMultiSet</a>( <a href="#defn_algProject" class="algFct">Project</a>(<a href="#defn_algToList" class="algFct">ToList</a>(<var>A</var>), <var>PV</var>) )</pre>
99529952
<p>where |A| =
99539953
<a href="#defn_algJoin" class="algFct">Join</a>( `ppeval`(|X|, <var>ppe<sub>1</sub></var>, |V|), `ppeval`(|V|, <var>ppe<sub>2</sub></var>, |Y|) )
9954-
and |PV| = { |v| ∈ {|X|,|Y|} | |v| is a variable }.</p>
9954+
and |PV| = { |projVar| ∈ {|X|,|Y|} | |projVar| is a variable }.</p>
99559955
</div>
99569956
<p>Informally, this is the same as:</p>
99579957
<pre class="nohighlight">SELECT * { <var>X</var> <var>P<sub>1</sub></var> _:a . _:a <var>P<sub>2</sub></var> <var>Y</var> }</pre>

0 commit comments

Comments
 (0)