Package io.deephaven.integrations.learn
Class FutureOffset
java.lang.Object
io.deephaven.integrations.learn.FutureOffset
FutureOffset pairs a deferred calculation with an offset, an index that indicates the location in the calculated
result.
-
Method Summary
-
Method Details
-
getOffset
public int getOffset()Gets the offset.- Returns:
- the offset, indicating where in the calculated result to find the result for a given row index.
-
getFuture
Gets the deferred calculation.- Returns:
- the deferred calculation.
-
clear
public void clear()Resets the future.
-