Class CumSumSpec
java.lang.Object
com.illumon.iris.db.v2.updateby.spec.CumSumSpec
- All Implemented Interfaces:
UpdateBySpec
public class CumSumSpec extends Object implements UpdateBySpec
A
UpdateBySpec
for performing a Cumulative Sum of the specified columns.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.updateby.spec.UpdateBySpec
UpdateBySpec.Visitor
-
Constructor Summary
Constructors Constructor Description CumSumSpec()
-
Method Summary
Modifier and Type Method Description String
describe()
Get a description of the operation requested.static CumSumSpec
of()
<V extends UpdateBySpec.Visitor>
Vwalk(V v)
-
Constructor Details
-
CumSumSpec
public CumSumSpec()
-
-
Method Details
-
of
-
describe
Description copied from interface:UpdateBySpec
Get a description of the operation requested.- Specified by:
describe
in interfaceUpdateBySpec
- Returns:
- a description of the operation
-
walk
- Specified by:
walk
in interfaceUpdateBySpec
-