Class InfluxAggregator
- java.lang.Object
-
- org.apache.iotdb.db.protocol.influxdb.function.InfluxFunction
-
- org.apache.iotdb.db.protocol.influxdb.function.aggregator.InfluxAggregator
-
- Direct Known Subclasses:
InfluxCountFunction,InfluxMeanFunction,InfluxMedianFunction,InfluxModeFunction,InfluxSpreadFunction,InfluxStddevFunction,InfluxSumFunction
public abstract class InfluxAggregator extends InfluxFunction
-
-
Constructor Summary
Constructors Constructor Description InfluxAggregator(java.util.List<Expression> expressionList)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidupdateValueBruteForce(InfluxFunctionValue functionValue)-
Methods inherited from class org.apache.iotdb.db.protocol.influxdb.function.InfluxFunction
calculateBruteForce, calculateByIoTDBFunc, getExpressions, getFunctionName, getParmaName, updateValueIoTDBFunc
-
-
-
-
Constructor Detail
-
InfluxAggregator
public InfluxAggregator(java.util.List<Expression> expressionList)
-
-
Method Detail
-
updateValueBruteForce
public abstract void updateValueBruteForce(InfluxFunctionValue functionValue)
-
-