Package io.deephaven.api.updateby.spec
Class DeltaSpec
java.lang.Object
io.deephaven.api.updateby.spec.UpdateBySpecBase
io.deephaven.api.updateby.spec.DeltaSpec
- All Implemented Interfaces:
UpdateBySpec
A
UpdateBySpec
for performing a Cumulative Sum of the specified columns.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.updateby.spec.UpdateBySpec
UpdateBySpec.Visitor<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
applicableTo
(Class<?> inputType) Determine if this spec can be applied to the specified typeabstract Optional<DeltaControl>
final DeltaControl
static DeltaSpec
of()
static DeltaSpec
of
(DeltaControl control) final <T> T
walk
(UpdateBySpec.Visitor<T> visitor)
-
Constructor Details
-
DeltaSpec
public DeltaSpec()
-
-
Method Details
-
deltaControl
-
of
-
of
-
deltaControlOrDefault
-
applicableTo
Description copied from interface:UpdateBySpec
Determine if this spec can be applied to the specified type- Parameters:
inputType
- the specified input type- Returns:
- true if this spec can be applied to the specified input type
-
walk
-