Class FloatRollingMinMaxOperator
java.lang.Object
io.deephaven.engine.table.impl.updateby.UpdateByOperator
io.deephaven.engine.table.impl.updateby.internal.BaseFloatUpdateByOperator
io.deephaven.engine.table.impl.updateby.rollingminmax.FloatRollingMinMaxOperator
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class io.deephaven.engine.table.impl.updateby.internal.BaseFloatUpdateByOperatormaybeInnerSource, outputSourceFields inherited from class io.deephaven.engine.table.impl.updateby.UpdateByOperatoraffectingColumns, forwardWindowScaleUnits, inputModifiedColumnSet, isWindowed, outputModifiedColumnSet, pair, reverseWindowScaleUnits, rowRedirection, timestampColumnName
- 
Constructor SummaryConstructorsConstructorDescriptionFloatRollingMinMaxOperator(@NotNull MatchPair pair, @NotNull String[] affectingColumns, @Nullable String timestampColumnName, long reverseWindowScaleUnits, long forwardWindowScaleUnits, boolean isMax) 
- 
Method SummaryModifier and TypeMethodDescriptioncopy()Create an uninitialized copy of this operator.makeUpdateContext(int affectedChunkSize, int influencerChunkSize) Make anUpdateByOperator.Contextsuitable for use with updates.Methods inherited from class io.deephaven.engine.table.impl.updateby.internal.BaseFloatUpdateByOperatorapplyOutputShift, clearOutputRows, getOutputColumns, initializeCumulative, initializeSources, prepareForParallelPopulation, startTrackingPrevMethods inherited from class io.deephaven.engine.table.impl.updateby.UpdateByOperatorcreateInputModifiedColumnSet, createOutputModifiedColumnSet, extractDownstreamModifiedColumnSet, finishUpdate, getAffectingColumnNames, getFwdWindowUnits, getInputColumnNames, getInputModifiedColumnSet, getOutputColumnNames, getOutputModifiedColumnSet, getPrevWindowUnits, getTimestampColumnName, initializeCumulativeWithKeyValues, initializeRolling, initializeRollingWithKeyValues, requiresRowPositions
- 
Constructor Details- 
FloatRollingMinMaxOperator
 
- 
- 
Method Details- 
makeUpdateContext@NotNull public UpdateByOperator.Context makeUpdateContext(int affectedChunkSize, int influencerChunkSize) Description copied from class:UpdateByOperatorMake anUpdateByOperator.Contextsuitable for use with updates.- Specified by:
- makeUpdateContextin class- UpdateByOperator
- Parameters:
- affectedChunkSize- The maximum size of affected chunks that will be provided during the update.
- influencerChunkSize- The maximum size of influencer chunks that will be provided during the update.
- Returns:
- a new context
 
- 
copyDescription copied from class:UpdateByOperatorCreate an uninitialized copy of this operator.UpdateByOperator.initializeSources(Table, RowRedirection)must be called before this operator can be used.- Specified by:
- copyin class- UpdateByOperator
- Returns:
- a copy of this operator
 
 
-