Package io.deephaven.api.agg.util
Class PercentileOutput
java.lang.Object
io.deephaven.api.agg.util.PercentileOutput
Percentile and output column pair, used when specifying that a given input column should be aggregated into multiple
exact or approximate percentiles.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PercentileOutput
of
(double percentile, ColumnName output) static PercentileOutput
abstract ColumnName
output()
Outputcolumn name
.abstract double
Percentile.
-
Constructor Details
-
PercentileOutput
public PercentileOutput()
-
-
Method Details
-
of
-
of
-
percentile
@Parameter public abstract double percentile()Percentile. Must be in range [0.0, 1.0].- Returns:
- The percentile
-
output
Outputcolumn name
.- Returns:
- The output
column name
-