Package io.deephaven.engine.rowset
Interface RowSetShiftCallback
- All Known Implementing Classes:
BooleanSparseArraySource
,ByteSparseArraySource
,CharacterSparseArraySource
,DoubleSparseArraySource
,FloatSparseArraySource
,InstantSparseArraySource
,IntegerSparseArraySource
,LongSparseArraySource
,NanosBasedTimeSparseArraySource
,ObjectSparseArraySource
,ShortSparseArraySource
,SparseArrayColumnSource
,ZonedDateTimeSparseArraySource
public interface RowSetShiftCallback
Callback interface for propagating shifts over entire
RowSets
.-
Method Summary
-
Method Details
-
shift
Signals that the row keys inrowSet
should be shifted by the providedshiftDelta
.- Parameters:
rowSet
- The row keys to shiftshiftDelta
- The shift delta to apply to each row key inrowSet
-