microsoft / Trill

Trill is a single-node query processor for temporal or streaming data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progressive version of Quantize operator

cybertyche opened this issue · comments

Implement a progressive version of the quantize operator

  • Add a new overload to IStreamable.Quantize that accepts an additional parameter representing the interval over which intermediate data results should be produced.
  • The parameter should be a proper factor/clean divisor of the hop size parameter

Implemented in PR 30.