Package io.deephaven.api.updateby.spec
Class RollingGroupSpec
java.lang.Object
io.deephaven.api.updateby.spec.UpdateBySpecBase
io.deephaven.api.updateby.spec.RollingOpSpec
io.deephaven.api.updateby.spec.RollingGroupSpec
- All Implemented Interfaces:
UpdateBySpec
An
UpdateBySpec for performing a windowed rolling group operation-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.updateby.spec.UpdateBySpec
UpdateBySpec.Visitor<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanapplicableTo(Class<?> inputType) Determine if this spec can be applied to the specified typestatic RollingGroupSpecof(WindowScale revWindowScale) static RollingGroupSpecof(WindowScale revWindowScale, WindowScale fwdWindowScale) static RollingGroupSpecofTicks(long revTicks) static RollingGroupSpecofTicks(long revTicks, long fwdTicks) static RollingGroupSpecstatic RollingGroupSpecstatic RollingGroupSpecstatic RollingGroupSpecfinal <T> Twalk(UpdateBySpec.Visitor<T> visitor) Methods inherited from class io.deephaven.api.updateby.spec.RollingOpSpec
fwdWindowScale, revWindowScale
-
Constructor Details
-
RollingGroupSpec
public RollingGroupSpec()
-
-
Method Details
-
ofTicks
-
ofTicks
-
ofTime
-
ofTime
public static RollingGroupSpec ofTime(String timestampCol, Duration revDuration, Duration fwdDuration) -
ofTime
-
ofTime
-
of
-
of
-
applicableTo
Description copied from interface:UpdateBySpecDetermine 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
-