Package io.deephaven.clientsupport.plotdownsampling


package io.deephaven.clientsupport.plotdownsampling
  • Classes
    Class
    Description
    Represents a given "pixel" in the downsampled output - the first and last value within that pixel, and the max/min value of each column we're interested in within that pixel.
    See ReplicateDownsamplingValueTrackers for notes on changing this file.
    See ReplicateDownsamplingValueTrackers for notes on changing this file.
    See ReplicateDownsamplingValueTrackers for notes on changing this file.
    Provides chunks for given sources so that downsampling can walk several columns at once, allowing GetContext instances to be lazily created as needed, and all tracked together so they can all be closed with a single call.
    See ReplicateDownsamplingValueTrackers for notes on changing this file.
    See ReplicateDownsamplingValueTrackers for notes on changing this file.
    See ReplicateDownsamplingValueTrackers for notes on changing this file.
     
    Downsamples a table assuming its contents will be rendered in a run chart, with the each subsequent row holding a later X value (i.e.
    See ReplicateDownsamplingValueTrackers for notes on changing this file.
    Wraps all values in a given Y column when downsampling and apply operations consistently to supported column types.