Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Integers representing the number of rows before or after the current one from which to compute the rolling function, including the current row. For example, if the first value is 5, the current row and the five rows before it are used in the computation. Negative values for krowsAfter_integer compute the rolling average function from rows preceding the current one.

  • rowBefore=0 generates the current row value only.
  • rowBefore=-1  uses all rows preceding the current one.
  • If rowsAfter is not specified, then the value 0 is applied.
  • If a group parameter is applied, then these parameter values should be no more than the maximum number of rows in the groups.

...

TimestampmsgTypemsgDescription
15:10:00 PMwarningServer restarted.
15:10:10 PMwarningUnable to locate patterns file.
15:10:20 PM  

15:10:30 PM  

15:10:40 PMerrorCannot connect to data source.
15:10:50 PMerrorCannot open dataset.
15:11:00 PM  

15:11:10 PM  

15:11:20 PMerrorInsufficient permissions to write to target location.
15:11:30 PM  

15:11:40 PMwarningServer restarted.
15:11:50 PMwarningUnable to locate patterns file.
15:12:00 PMerrorData node offline.
15:12:10 PM  

15:12:20 PM  

15:12:30 PMwarningInvalid statement in recipe.
15:12:40 PM  

15:12:50 PM  

Transformation:

You are interested in counting the number of entries for the preceding minute for each row. You add the following:

...

     
TimestampmsgTypemsgDescriptionrollingcounta_msgType
15:10:00 PMwarningServer restarted.1
15:10:10 PMwarningUnable to locate patterns file.2
15:10:20 PM 

2 
15:10:30 PM 

15:10:40 PMerrorCannot connect to data source.3
15:10:50 PMerrorCannot open dataset.4
15:11:00 PM  

15:11:10 PM  

15:11:20 PMerrorInsufficient permissions to write to target location.3
15:11:30 PM 

3 
15:11:40 PMwarningServer restarted.3
15:11:50 PMwarningUnable to locate patterns file.3
15:12:00 PMerrorData node offline.4
15:12:10 PM 

4 
15:12:20 PM 

3 
15:12:30 PMwarningInvalid statement in recipe.4
15:12:40 PM  

3 
15:12:50 PM  

2 


D s also
labelwindow