Package io.deephaven.api.agg.spec
Class AggSpecEmptyBase
java.lang.Object
io.deephaven.api.agg.spec.AggSpecBase
io.deephaven.api.agg.spec.AggSpecEmptyBase
- All Implemented Interfaces:
AggSpec
- Direct Known Subclasses:
AggSpecAbsSum
,AggSpecAvg
,AggSpecFirst
,AggSpecFreeze
,AggSpecGroup
,AggSpecLast
,AggSpecMax
,AggSpecMin
,AggSpecStd
,AggSpecSum
,AggSpecVar
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.agg.spec.AggSpec
AggSpec.Visitor
-
Constructor Summary
-
Method Summary
Methods inherited from class io.deephaven.api.agg.spec.AggSpecBase
aggregation, aggregation, aggregation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.api.agg.spec.AggSpec
description, walk
-
Constructor Details
-
AggSpecEmptyBase
public AggSpecEmptyBase()
-