Package com.illumon.iris.db.v2.updateby.spec
package com.illumon.iris.db.v2.updateby.spec
-
ClassDescriptionA
UpdateBySpec
for performing a Cumulative Min/Max of the specified columns.AUpdateBySpec
for performing a Cumulative Product of the specified columns.AUpdateBySpec
for performing a Cumulative Sum of the specified columns.AUpdateBySpec
for performing deltas (col[i] - col[i-1]) across the specified columns.AUpdateBySpec
for performing an Exponential Moving Average across the specified columnsAUpdateBySpec
for performing a forward fill of the specified columns.A Specification for an updateBy operation.