Guest User

Untitled

a guest
Nov 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. case class Observation(time: Long, value: Double)
  2.  
  3. // contains 4 additional columns we need to calculate for each event
  4. case class WindowStats(sum: Double, min: Double, max: Double, count: Int)
Add Comment
Please, Sign In to add comment