Class InitialSnapshot

java.lang.Object
io.deephaven.engine.table.impl.remote.InitialSnapshot
All Implemented Interfaces:
Serializable, Cloneable

public class InitialSnapshot extends Object implements Serializable, Cloneable
A Raw table snapshot. Users may use InitialSnapshotTable.setupInitialSnapshotTable(Table, InitialSnapshot) to convert this into a QueryTable
See Also:
  • Field Details

    • type

      public Object type
    • rowSet

      public RowSet rowSet
    • dataColumns

      public Object[] dataColumns
    • deltaSequence

      public long deltaSequence
    • step

      public long step
    • rowsIncluded

      public RowSet rowsIncluded
    • viewport

      public RowSet viewport
  • Constructor Details

    • InitialSnapshot

      public InitialSnapshot()
  • Method Details