Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dglux5_wiki:dataflow:dataflow_blocks_reference:table_operations:rollup [2019/07/17 19:16]
127.0.0.1 external edit
dglux5_wiki:dataflow:dataflow_blocks_reference:table_operations:rollup [2019/10/29 22:03]
oem [Input/Output Properties]
Line 60: Line 60:
   * **TRUE**: Intervals start at a round number. For example, if **interval** is set to **day**, all intervals start at midnight. If **interval** is set to **five minutes**, all intervals start at multiples of five minutes past the hour.   * **TRUE**: Intervals start at a round number. For example, if **interval** is set to **day**, all intervals start at midnight. If **interval** is set to **five minutes**, all intervals start at multiples of five minutes past the hour.
   * **FALSE**: The first interval starts at the first timestamp, and intervals are appended accordingly. For example, if **interval** is set to **day** and the first value is 2015/​07/​19T08:​01:​19,​ then all intervals begin at T08:01:19.   * **FALSE**: The first interval starts at the first timestamp, and intervals are appended accordingly. For example, if **interval** is set to **day** and the first value is 2015/​07/​19T08:​01:​19,​ then all intervals begin at T08:01:19.
 +
 +**columnFilterType** - specifies which columns will be processed.
 +  * **Whitelist**:​ only specified columns are processed.
 +  * **Blacklist**:​ only columns not specified above are processed.
 +Resulting tables contains all the columns from the input table. It doesn'​t cut off columns that are not processed.
  
 ---- ----