Package io.deephaven.api.agg
Class Aggregations
java.lang.Object
io.deephaven.api.agg.Aggregations
- All Implemented Interfaces:
Aggregation
Aggregations is an
Aggregation
that is a collection of two or more aggregations
.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.agg.Aggregation
Aggregation.Visitor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract List<Aggregation>
static Aggregations.Builder
builder()
final <V extends Aggregation.Visitor>
Vwalk
(V visitor) Glue method to deliver this Aggregation to aAggSpec.Visitor
.
-
Constructor Details
-
Aggregations
public Aggregations()
-
-
Method Details
-
builder
-
aggregations
-
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
-