DB
FunctionsTime Series

running_difference

Computes the difference between each value and the previous value in input order. The first non-NULL value yields 0 in this implementation.

running_difference(…) → Float64

Kind · scalar

Computes the difference between each value and the previous value in input order. The first non-NULL value yields 0 in this implementation.

Part of the Time Series family.