feat: DH-18351: Add CumCountWhere()
and RollingCountWhere()
features to UpdateBy
#373
Labels
CumCountWhere()
and RollingCountWhere()
features to UpdateBy
#373
This issue was auto-generated
PR: deephaven/deephaven-core#6566
Author: lbooker42
Original PR Body
Groovy Examples
Python Examples
Performance Notes
TL:DR Performance compares very well.
RollingCountWhere()
has near identical performance to the comparison benchmarks (can be faster depending on the complexity of the filter.CumCountWhere()
also compares well toEma()
but can't catch up to zero-keyCumSum()
, which is is remarkably fast.Comparing
CumCountWhere
toCumSum
andEma
:Comparing
RollingCountWhere
toRollingCount
andRollingSum
:The text was updated successfully, but these errors were encountered: