Class PartitionedTableBackedPartitionedTableHandle

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

public class PartitionedTableBackedPartitionedTableHandle extends PartitionedTableHandle
PartitionedTableHandle with an underlying PartitionedTable.
See Also:
  • Constructor Details

    • PartitionedTableBackedPartitionedTableHandle

      public PartitionedTableBackedPartitionedTableHandle(io.deephaven.engine.table.PartitionedTable partitionedTable, io.deephaven.engine.table.TableDefinition tableDefinition, String[] keyColumns, PlotInfo plotInfo, Collection<String> columns)
    • PartitionedTableBackedPartitionedTableHandle

      public PartitionedTableBackedPartitionedTableHandle(@NotNull @NotNull io.deephaven.engine.table.PartitionedTable partitionedTable, @NotNull @NotNull io.deephaven.engine.table.TableDefinition tableDefinition, @NotNull @NotNull String[] keyColumns, PlotInfo plotInfo, @NotNull @NotNull Collection<String> columns, @Nullable @Nullable Collection<String> viewColumns)
  • Method Details