Package io.deephaven.jdbc.util
Class TableRowRangeSnapshotFunction
java.lang.Object
io.deephaven.jdbc.util.TableRowRangeSnapshotFunction
- All Implemented Interfaces:
com.fishlib.base.Function.Unary<InitialSnapshot,Table>
,Serializable
public class TableRowRangeSnapshotFunction extends Object implements com.fishlib.base.Function.Unary<InitialSnapshot,Table>, Serializable
A function to construct a snapshot for a range of rows and return to the client.
This allows us to serialize a large table in reasonably sized chunks as the client iterates through a ResultSet.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TableRowRangeSnapshotFunction(long startPos, long endPos)
-
Method Summary
Modifier and Type Method Description InitialSnapshot
call(Table sourceTable)
-
Constructor Details
-
TableRowRangeSnapshotFunction
public TableRowRangeSnapshotFunction(long startPos, long endPos)
-
-
Method Details
-
call
- Specified by:
call
in interfacecom.fishlib.base.Function.Unary<InitialSnapshot,Table>
-