Class InitialSnapshot
java.lang.Object
io.deephaven.engine.table.impl.remote.InitialSnapshot
- All Implemented Interfaces:
Serializable
,Cloneable
A Raw table snapshot. Users may use
InitialSnapshotTable.setupInitialSnapshotTable(Table, InitialSnapshot)
to
convert this into a QueryTable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
-
rowSet
-
dataColumns
-
deltaSequence
public long deltaSequence -
step
public long step -
rowsIncluded
-
viewport
-
-
Constructor Details
-
InitialSnapshot
public InitialSnapshot()
-
-
Method Details