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