DB
FunctionsTime Series

delta_sum

Sums only positive step-to-step increases in a numeric sequence, ignoring negative jumps that typically represent counter resets.

delta_sum(…) → Float64

Kind · aggregate

Sums only positive step-to-step increases in a numeric sequence, ignoring negative jumps that typically represent counter resets.

Part of the Time Series family.