From fccc459f7fe10a48ae6daa771ca567127d91c073 Mon Sep 17 00:00:00 2001 From: Thomas Bernhardt Date: Fri, 9 Mar 2018 08:27:57 -0500 Subject: [PATCH] merge minor doc bug fixes --- .../src/main/docbook/en-US/modules/appendix_outputlimit.xml | 2 +- .../src/main/docbook/en-US/modules/appendix_outputspec.xml | 2 +- .../src/main/docbook/en-US/modules/epl_clauses.xml | 6 +++--- .../src/main/docbook/en-US/modules/functionreference.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esper/doc/reference/src/main/docbook/en-US/modules/appendix_outputlimit.xml b/esper/doc/reference/src/main/docbook/en-US/modules/appendix_outputlimit.xml index 839f87b58..aaa5323a6 100644 --- a/esper/doc/reference/src/main/docbook/en-US/modules/appendix_outputlimit.xml +++ b/esper/doc/reference/src/main/docbook/en-US/modules/appendix_outputlimit.xml @@ -28,7 +28,7 @@ - Please see for information on the types of queries discussed below. + Please see for information on the types of queries discussed below. diff --git a/esper/doc/reference/src/main/docbook/en-US/modules/appendix_outputspec.xml b/esper/doc/reference/src/main/docbook/en-US/modules/appendix_outputspec.xml index 4ccaef8be..f9a631e15 100644 --- a/esper/doc/reference/src/main/docbook/en-US/modules/appendix_outputspec.xml +++ b/esper/doc/reference/src/main/docbook/en-US/modules/appendix_outputspec.xml @@ -20,7 +20,7 @@ The chapters are organized by the type of query: The presence or absence of aggregation functions, as well as the presence or absence of a group by clause change statement output as - described in . + described in . diff --git a/esper/doc/reference/src/main/docbook/en-US/modules/epl_clauses.xml b/esper/doc/reference/src/main/docbook/en-US/modules/epl_clauses.xml index ae2761524..80911bbdf 100644 --- a/esper/doc/reference/src/main/docbook/en-US/modules/epl_clauses.xml +++ b/esper/doc/reference/src/main/docbook/en-US/modules/epl_clauses.xml @@ -2000,7 +2000,7 @@ from ProductEvent as prod, OrderEvent as ord]]> Place expressions that remove unwanted events into parenthesis right after the event type, like ... from OrderEvent(fraud.severity = 5 and amount > 500) .... - There is related information at and . + There is related information at and . @@ -2539,7 +2539,7 @@ c The presence of group_by aggregation function parameters, the grouping expressions as well as the group-by clause - determine the number of output rows for queries as further described in . + determine the number of output rows for queries as further described in . @@ -3149,7 +3149,7 @@ select symbol, sum(price) from StockTickEvent#groupwin(symbol)#length(10) - When no keyword is specified, the engine produces an output row for each row in the batch or when using group-by then an output per group only for those groups present in the batch, following . + When no keyword is specified, the engine produces an output row for each row in the batch or when using group-by then an output per group only for those groups present in the batch, following . diff --git a/esper/doc/reference/src/main/docbook/en-US/modules/functionreference.xml b/esper/doc/reference/src/main/docbook/en-US/modules/functionreference.xml index 70659ce0e..0f9a2c965 100644 --- a/esper/doc/reference/src/main/docbook/en-US/modules/functionreference.xml +++ b/esper/doc/reference/src/main/docbook/en-US/modules/functionreference.xml @@ -2254,7 +2254,7 @@ having leaving() recent values in data windows with a large number of events without incurring excessive overhead. - As compared to the prev row function, this aggregation function works within the current group by group, see . + As compared to the prev row function, this aggregation function works within the current group by group, see . This statement outputs every 2 seconds the groups that have new data and their last price and the previous-to-last price: