Package io.deephaven.api.updateby.spec
Class CumMinMaxSpec
java.lang.Object
io.deephaven.api.updateby.spec.UpdateBySpecBase
io.deephaven.api.updateby.spec.CumMinMaxSpec
- All Implemented Interfaces:
UpdateBySpec
A
UpdateBySpec
for performing a Cumulative Min/Max 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 boolean
isMax()
static CumMinMaxSpec
of
(boolean isMax) final <T> T
walk
(UpdateBySpec.Visitor<T> visitor)
-
Constructor Details
-
CumMinMaxSpec
public CumMinMaxSpec()
-
-
Method Details
-
of
-
isMax
@Parameter public abstract boolean isMax() -
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
-