Package io.deephaven.api.agg
Class ColumnAggregations
java.lang.Object
io.deephaven.api.agg.ColumnAggregations
- All Implemented Interfaces:
Aggregation
ColumnAggregations is an
Aggregation
that is composed of a spec
and multiple input/output
column pairs
. The spec defines the aggregation operation to apply to each input column in order to
produce the paired output column.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.agg.Aggregation
Aggregation.Visitor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ColumnAggregations.Builder
builder()
pairs()
abstract AggSpec
spec()
final <V extends Aggregation.Visitor>
Vwalk
(V visitor) Glue method to deliver this Aggregation to aAggSpec.Visitor
.
-
Constructor Details
-
ColumnAggregations
public ColumnAggregations()
-
-
Method Details
-
builder
-
spec
-
pairs
-
walk
Description copied from interface:Aggregation
Glue method to deliver this Aggregation to aAggSpec.Visitor
.- Specified by:
walk
in interfaceAggregation
- Parameters:
visitor
- The visitor- Returns:
- The visitor
-