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
Constructors -
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, waitMethods inherited from interface io.deephaven.engine.table.impl.by.rollup.RollupAggregation
walk
-
Constructor Details
-
RollupAggregationBase
public RollupAggregationBase()
-
-
Method Details
-
walk
Description copied from interface:AggregationGlue method to deliver this Aggregation to aAggSpec.Visitor.- Specified by:
walkin interfaceAggregation- Specified by:
walkin interfaceRollupAggregation- Parameters:
visitor- The visitor- Returns:
- The visitor
-