Class AggregationFunctionRegistry.AggregateBucket
- java.lang.Object
-
- com.inductiveautomation.ignition.gateway.sqltags.history.query.processing.AggregationFunctionRegistry.AggregateBucket
-
- Direct Known Subclasses:
AggregationFunctionRegistry.FactoryBucket
,AggregationFunctionRegistry.FunctionBucket
- Enclosing class:
- AggregationFunctionRegistry
protected abstract class AggregationFunctionRegistry.AggregateBucket extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AggregateBucket(Aggregate aggregate)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Aggregate
getAggregate()
abstract AggregationFunction
getFunction(Aggregate aggregate)
-
-
-
Constructor Detail
-
AggregateBucket
public AggregateBucket(Aggregate aggregate)
-
-
Method Detail
-
getAggregate
public Aggregate getAggregate()
-
getFunction
public abstract AggregationFunction getFunction(Aggregate aggregate)
-
-