Class PercentileOutput

java.lang.Object
io.deephaven.api.agg.util.PercentileOutput

@Immutable public abstract class PercentileOutput extends Object
Percentile and output column pair, used when specifying that a given input column should be aggregated into multiple exact or approximate percentiles.
  • Constructor Details

    • PercentileOutput

      public PercentileOutput()
  • Method Details