You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/section/views.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ A [=logical view=] (`rml:LogicalView`) has an implicit default <a data-cite="RML
22
22
The <adata-cite="RML-Core##dfn-iterator">logical iterator</a> of a [=logical view=] produces a <dfn>logical view iteration sequence</dfn>, i.e. an ordered sequence of sets of key-value pairs.
23
23
Each set of key-value pairs represents a <adata-cite="RML-Core#dfn-iteration">logical iteration</a> of the [=logical view=], called a <dfn>logical view iteration</dfn>.
24
24
25
-
Each key in a [=logical view iteration sequence=] is a string and each value is a [=record=] or a positive integer.
25
+
Each key in a [=logical view iteration sequence=] is a string and each value is a [=record=] or a non-negative integer.
26
26
A <dfn>record</dfn> is either an [=iterable record=] or an [=expression record=].
27
27
28
28
An <dfn>iterable record</dfn> is a <adata-cite="RML-Core#dfn-iteration">logical iteration</a>, i.e. an item on which expressions can be evaluated.
0 commit comments