Class GroupByFillClauseComponent
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
-
- org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
-
- org.apache.iotdb.db.qp.logical.crud.GroupByFillClauseComponent
-
public class GroupByFillClauseComponent extends GroupByClauseComponent
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
ascending, groupByLevelController, isAlignByDevice, isAlignByTime, levels, rowLimit, rowOffset, seriesLimit, seriesOffset, withoutAllNull, withoutAnyNull, withoutNullColumns
-
-
Constructor Summary
Constructors Constructor Description GroupByFillClauseComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill>getFillTypes()IFillgetSingleFill()voidsetFillTypes(java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill> fillTypes)voidsetSingleFill(IFill singleFill)-
Methods inherited from class org.apache.iotdb.db.qp.logical.crud.GroupByClauseComponent
getEndTime, getSlidingStep, getStartTime, getUnit, isIntervalByMonth, isLeftCRightO, isSlidingStepByMonth, setEndTime, setIntervalByMonth, setLeftCRightO, setSlidingStep, setSlidingStepByMonth, setStartTime, setUnit
-
Methods inherited from class org.apache.iotdb.db.qp.logical.crud.SpecialClauseComponent
addWithoutNullColumn, getGroupByLevelController, getLevels, getRowLimit, getRowOffset, getSeriesLimit, getSeriesOffset, getWithoutNullColumns, hasLimit, hasSlimit, hasSoffset, isAlignByDevice, isAlignByTime, isAscending, isWithoutAllNull, isWithoutAnyNull, setAlignByDevice, setAlignByTime, setAscending, setGroupByLevelController, setLevels, setRowLimit, setRowOffset, setSeriesLimit, setSeriesOffset, setWithoutAllNull, setWithoutAnyNull, setWithoutNullColumns
-
-
-
-
Method Detail
-
getSingleFill
public IFill getSingleFill()
-
getFillTypes
public java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill> getFillTypes()
-
setSingleFill
public void setSingleFill(IFill singleFill)
-
setFillTypes
public void setFillTypes(java.util.Map<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType,IFill> fillTypes)
-
-