LazyEvaluation of the "Lift" function.
tuterbatuhan opened this issue · 3 comments
tuterbatuhan commented
Hey,
"Lift" function is lazily evaluated by calling the getAggValues() function, as it can be seen here:
You may consider triggering the "Lift" function when a window ends, instead of adding another operator for lazy evaluation.
PhilippGrulich commented
jiayuasu commented
Hi all, I wonder why this getAggValues() is lazily evaluated? Due to some performance concern?