You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromV() should be only called once after all rows are summarized, so there is no particular row associated with it. Can you elaborate why do you think it should be associate with an input row?
Forgot to mention, I was using summarizer in a window summarization, so the render function will be called on each row, to generate results for that row.
In this interface: https://github.com/twosigma/flint/blob/master/src/main/scala/com/twosigma/flint/timeseries/summarize/Summarizer.scala#L211
Sometime it is also good to know on which row it is rending. Is it possible to have something like:
def fromV(v: V, t: T): InternalRow
The text was updated successfully, but these errors were encountered: