Class DeltaSpec

java.lang.Object
com.illumon.iris.db.v2.updateby.spec.DeltaSpec
All Implemented Interfaces:
UpdateBySpec

public class DeltaSpec
extends Object
implements UpdateBySpec
A UpdateBySpec for performing deltas (col[i] - col[i-1]) across the specified columns. Result columns maintain the same type as the original, with the exception of timestamps which represent the difference in nanoseconds.