Class DeleteDataOperator
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.Operator
-
- org.apache.iotdb.db.qp.logical.crud.DeleteDataOperator
-
public class DeleteDataOperator extends Operator
this class extendsRootOperatorand process delete statement.
-
-
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 DeleteDataOperator(int tokenIntType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPath(org.apache.iotdb.commons.path.PartialPath path)PhysicalPlangeneratePhysicalPlan(PhysicalGenerator generator)longgetEndTime()java.util.List<org.apache.iotdb.commons.path.PartialPath>getPaths()longgetStartTime()voidsetEndTime(long time)voidsetStartTime(long time)-
Methods inherited from class org.apache.iotdb.db.qp.logical.Operator
getTokenIntType, getType, isDebug, isPrefixMatchPath, isQuery, setDebug, setOperatorType, setPrefixMatchPath, toString
-
-
-
-
Method Detail
-
getPaths
public java.util.List<org.apache.iotdb.commons.path.PartialPath> getPaths()
-
addPath
public void addPath(org.apache.iotdb.commons.path.PartialPath path)
-
getStartTime
public long getStartTime()
-
setStartTime
public void setStartTime(long time)
-
getEndTime
public long getEndTime()
-
setEndTime
public void setEndTime(long time)
-
generatePhysicalPlan
public PhysicalPlan generatePhysicalPlan(PhysicalGenerator generator) throws QueryProcessException
- Overrides:
generatePhysicalPlanin classOperator- Throws:
QueryProcessException
-
-