Package io.deephaven.plot.util.tables
Class TableBackedPartitionedTableHandle
java.lang.Object
io.deephaven.plot.util.tables.PartitionedTableHandle
io.deephaven.plot.util.tables.TableBackedPartitionedTableHandle
- All Implemented Interfaces:
PlotExceptionCause
,Serializable
PartitionedTableHandle
with an underlying table. The purpose of this class is to allow consolidation between
constructed PartitionedTables in FigureWidget.- See Also:
-
Constructor Summary
ConstructorDescriptionTableBackedPartitionedTableHandle
(Table table, Collection<String> columns, String[] keyColumns, PlotInfo plotInfo) TableBackedPartitionedTableHandle
(TableHandle tableHandle, String[] keyColumns, PlotInfo plotInfo) -
Method Summary
Methods inherited from class io.deephaven.plot.util.tables.PartitionedTableHandle
addColumn, applyFunction, getColumns, getFetchViewColumns, getKeyColumns, getKeyColumnsOrdered, getPartitionedTable, getPlotInfo, id, isOneClickMap, setKeyColumnsOrdered, setOneClickMap, setPartitionedTable
-
Constructor Details
-
TableBackedPartitionedTableHandle
public TableBackedPartitionedTableHandle(TableHandle tableHandle, String[] keyColumns, PlotInfo plotInfo) -
TableBackedPartitionedTableHandle
public TableBackedPartitionedTableHandle(Table table, Collection<String> columns, String[] keyColumns, PlotInfo plotInfo)
-
-
Method Details
-
getTable
-
setTable
-
getTableDefinition
- Specified by:
getTableDefinition
in classPartitionedTableHandle
-