Uses of Interface
org.apache.iotdb.db.mpp.execution.operator.process.fill.ILinearFill
-
-
Uses of ILinearFill in org.apache.iotdb.db.mpp.execution.operator.process
Constructors in org.apache.iotdb.db.mpp.execution.operator.process with parameters of type ILinearFill Constructor Description LinearFillOperator(OperatorContext operatorContext, ILinearFill[] fillArray, Operator child) -
Uses of ILinearFill in org.apache.iotdb.db.mpp.execution.operator.process.fill.identity
Classes in org.apache.iotdb.db.mpp.execution.operator.process.fill.identity that implement ILinearFill Modifier and Type Class Description classIdentityLinearFill -
Uses of ILinearFill in org.apache.iotdb.db.mpp.execution.operator.process.fill.linear
Classes in org.apache.iotdb.db.mpp.execution.operator.process.fill.linear that implement ILinearFill Modifier and Type Class Description classDoubleLinearFillclassFloatLinearFillclassIntLinearFillclassLinearFillThe result of Linear Fill functions at timestamp "T" is calculated by performing a linear fitting method on two time series values, one is at the closest timestamp before T, and the other is at the closest timestamp after T.classLongLinearFill
-