We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90035e commit 046fa10Copy full SHA for 046fa10
1 file changed
website/docs/c-api-dag.html
@@ -770,7 +770,7 @@ <h4>Datalog example: transitive closure</h4>
770
<span class="hl-fn">dl_stratify</span>(prog);
771
<span class="hl-fn">dl_eval</span>(prog);
772
<span class="hl-type">ray_t</span>* result = <span class="hl-fn">dl_query</span>(prog, <span class="hl-str">"reach"</span>);
773
- <span class="hl-comment">/* result is a table with columns c0, c1:
+ <span class="hl-comment">/* result is a table with columns reach__c0, reach__c1:
774
* 0 | 1
775
* 1 | 2
776
* 2 | 3
0 commit comments