Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions modules/n1ql/pages/n1ql-language-reference/window.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ include::partial$n1ql-language-reference/window-intro.adoc[tag=windows]
.Window partitions and the window frame
image::window-example.png[Table of query result set with numbered callouts]

// workaround for callout list with no callout references

[%hardbreaks]
➀ The query result set.
➁ Window partitions -- partitioned by `name`, ordered by `time`.
➂ The current object.
➃ The window frame -- between unbounded preceding and current object.
[calloutlist]
. The query result set.
. Window partitions -- partitioned by `name`, ordered by `time`.
. The current object.
. The window frame -- between unbounded preceding and current object.

include::partial$n1ql-language-reference/window-intro.adoc[tag=functions]

Expand Down