Class DeletePartitionOperator
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.Operator
-
- org.apache.iotdb.db.qp.logical.sys.DeletePartitionOperator
-
public class DeletePartitionOperator extends Operator
-
-
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 DeletePartitionOperator(int tokenIntType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalPlangeneratePhysicalPlan(PhysicalGenerator generator)java.util.Set<java.lang.Long>getPartitionId()org.apache.iotdb.commons.path.PartialPathgetStorageGroupName()voidsetPartitionIds(java.util.Set<java.lang.Long> partitionIds)voidsetStorageGroupName(org.apache.iotdb.commons.path.PartialPath storageGroupName)-
Methods inherited from class org.apache.iotdb.db.qp.logical.Operator
getTokenIntType, getType, isDebug, isPrefixMatchPath, isQuery, setDebug, setOperatorType, setPrefixMatchPath, toString
-
-
-
-
Method Detail
-
setStorageGroupName
public void setStorageGroupName(org.apache.iotdb.commons.path.PartialPath storageGroupName)
-
setPartitionIds
public void setPartitionIds(java.util.Set<java.lang.Long> partitionIds)
-
getStorageGroupName
public org.apache.iotdb.commons.path.PartialPath getStorageGroupName()
-
getPartitionId
public java.util.Set<java.lang.Long> getPartitionId()
-
generatePhysicalPlan
public PhysicalPlan generatePhysicalPlan(PhysicalGenerator generator) throws QueryProcessException
- Overrides:
generatePhysicalPlanin classOperator- Throws:
QueryProcessException
-
-