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 ClassesNested classes/interfaces inherited from interface io.deephaven.api.agg.Aggregation
Aggregation.Visitor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ColumnAggregations.Builderbuilder()pairs()abstract AggSpecspec()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:AggregationGlue method to deliver this Aggregation to aAggSpec.Visitor.- Specified by:
walkin interfaceAggregation- Parameters:
visitor- The visitor- Returns:
- The visitor
-