Class DeleteTimeSeriesOperator
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.Operator
-
- org.apache.iotdb.db.qp.logical.sys.DeleteTimeSeriesOperator
-
public class DeleteTimeSeriesOperator extends Operator
this class deletes whole data and metadata of the timeseries.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.db.qp.logical.Operator
Operator.OperatorType
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.qp.logical.Operator
isDebug, isPrefixMatchPath, operatorType, tokenIntType
-
-
Constructor Summary
Constructors Constructor Description DeleteTimeSeriesOperator(int tokenIntType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalPlangeneratePhysicalPlan(PhysicalGenerator generator)java.util.List<org.apache.iotdb.commons.path.PartialPath>getDeletePathList()voidsetDeletePathList(java.util.List<org.apache.iotdb.commons.path.PartialPath> deletePathList)-
Methods inherited from class org.apache.iotdb.db.qp.logical.Operator
getTokenIntType, getType, isDebug, isPrefixMatchPath, isQuery, setDebug, setOperatorType, setPrefixMatchPath, toString
-
-
-
-
Method Detail
-
getDeletePathList
public java.util.List<org.apache.iotdb.commons.path.PartialPath> getDeletePathList()
-
setDeletePathList
public void setDeletePathList(java.util.List<org.apache.iotdb.commons.path.PartialPath> deletePathList)
-
generatePhysicalPlan
public PhysicalPlan generatePhysicalPlan(PhysicalGenerator generator)
- Overrides:
generatePhysicalPlanin classOperator
-
-