Uses of Class
org.apache.iotdb.db.query.executor.fill.IFill
-
Packages that use IFill Package Description org.apache.iotdb.db.qp.logical.crud org.apache.iotdb.db.qp.physical.crud org.apache.iotdb.db.query.executor org.apache.iotdb.db.query.executor.fill -
-
Uses of IFill in org.apache.iotdb.db.qp.logical.crud
Methods in org.apache.iotdb.db.qp.logical.crud that return IFill Modifier and Type Method Description IFillFillClauseComponent. getSingleFill()IFillGroupByFillClauseComponent. getSingleFill()Methods in org.apache.iotdb.db.qp.logical.crud that return types with arguments of type IFill Modifier and Type Method Description java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill>FillClauseComponent. getFillTypes()java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill>GroupByFillClauseComponent. getFillTypes()Methods in org.apache.iotdb.db.qp.logical.crud with parameters of type IFill Modifier and Type Method Description voidFillClauseComponent. setSingleFill(IFill singleFill)voidGroupByFillClauseComponent. setSingleFill(IFill singleFill)Method parameters in org.apache.iotdb.db.qp.logical.crud with type arguments of type IFill Modifier and Type Method Description voidFillClauseComponent. setFillTypes(java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill> fillTypes)voidGroupByFillClauseComponent. setFillTypes(java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill> fillTypes) -
Uses of IFill in org.apache.iotdb.db.qp.physical.crud
Methods in org.apache.iotdb.db.qp.physical.crud that return IFill Modifier and Type Method Description IFillFillQueryPlan. getSingleFill()IFillGroupByTimeFillPlan. getSingleFill()Methods in org.apache.iotdb.db.qp.physical.crud that return types with arguments of type IFill Modifier and Type Method Description java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill>FillQueryPlan. getFillType()java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill>GroupByTimeFillPlan. getFillType()Methods in org.apache.iotdb.db.qp.physical.crud with parameters of type IFill Modifier and Type Method Description voidFillQueryPlan. setSingleFill(IFill singleFill)voidGroupByTimeFillPlan. setSingleFill(IFill singleFill)Method parameters in org.apache.iotdb.db.qp.physical.crud with type arguments of type IFill Modifier and Type Method Description voidFillQueryPlan. setFillType(java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill> fillType)voidGroupByTimeFillPlan. setFillType(java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill> fillTypes) -
Uses of IFill in org.apache.iotdb.db.query.executor
Fields in org.apache.iotdb.db.query.executor declared as IFill Modifier and Type Field Description protected IFill[]FillQueryExecutor. fillExecutorsprotected IFillFillQueryExecutor. singleFillFields in org.apache.iotdb.db.query.executor with type parameters of type IFill Modifier and Type Field Description protected java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill>FillQueryExecutor. typeIFillMapMethods in org.apache.iotdb.db.query.executor that return IFill Modifier and Type Method Description protected IFillFillQueryExecutor. configureFill(IFill fill, org.apache.iotdb.commons.path.PartialPath path, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, long queryTime, java.util.Set<java.lang.String> deviceMeasurements, QueryContext context)Methods in org.apache.iotdb.db.query.executor with parameters of type IFill Modifier and Type Method Description protected IFillFillQueryExecutor. configureFill(IFill fill, org.apache.iotdb.commons.path.PartialPath path, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, long queryTime, java.util.Set<java.lang.String> deviceMeasurements, QueryContext context) -
Uses of IFill in org.apache.iotdb.db.query.executor.fill
Subclasses of IFill in org.apache.iotdb.db.query.executor.fill Modifier and Type Class Description classLinearFillclassPreviousFillclassValueFillMethods in org.apache.iotdb.db.query.executor.fill that return IFill Modifier and Type Method Description abstract IFillIFill. copy()IFillLinearFill. copy()IFillPreviousFill. copy()IFillValueFill. copy()
-