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