Class RollupAggregationBase
java.lang.Object
io.deephaven.engine.table.impl.by.rollup.RollupAggregationBase
- All Implemented Interfaces:
Aggregation
,RollupAggregation
- Direct Known Subclasses:
NullColumns
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.engine.table.impl.by.rollup.RollupAggregation
RollupAggregation.Visitor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal <V extends Aggregation.Visitor>
Vwalk
(V visitor) Glue method to deliver this Aggregation to aAggSpec.Visitor
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.engine.table.impl.by.rollup.RollupAggregation
walk
-
Constructor Details
-
RollupAggregationBase
public RollupAggregationBase()
-
-
Method Details
-
walk
Description copied from interface:Aggregation
Glue method to deliver this Aggregation to aAggSpec.Visitor
.- Specified by:
walk
in interfaceAggregation
- Specified by:
walk
in interfaceRollupAggregation
- Parameters:
visitor
- The visitor- Returns:
- The visitor
-