Class TableBackedPartitionedTableHandle

java.lang.Object
io.deephaven.plot.util.tables.PartitionedTableHandle
io.deephaven.plot.util.tables.TableBackedPartitionedTableHandle
All Implemented Interfaces:
PlotExceptionCause, Serializable

public class TableBackedPartitionedTableHandle extends PartitionedTableHandle
PartitionedTableHandle with an underlying table. The purpose of this class is to allow consolidation between constructed PartitionedTables in FigureWidget.
See Also:
  • Constructor Details

    • TableBackedPartitionedTableHandle

      public TableBackedPartitionedTableHandle(TableHandle tableHandle, String[] keyColumns, PlotInfo plotInfo)
    • TableBackedPartitionedTableHandle

      public TableBackedPartitionedTableHandle(io.deephaven.engine.table.Table table, Collection<String> columns, String[] keyColumns, PlotInfo plotInfo)
  • Method Details

    • getTable

      public io.deephaven.engine.table.Table getTable()
    • setTable

      public void setTable(io.deephaven.engine.table.Table table)
    • getTableDefinition

      public io.deephaven.engine.table.TableDefinition getTableDefinition()
      Specified by:
      getTableDefinition in class PartitionedTableHandle