Class KillQueryOperator
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.Operator
-
- org.apache.iotdb.db.qp.logical.sys.KillQueryOperator
-
public class KillQueryOperator 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 KillQueryOperator(int tokenIntType)KillQueryOperator(int tokenIntType, Operator.OperatorType operatorType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalPlangeneratePhysicalPlan(PhysicalGenerator generator)longgetQueryId()voidsetQueryId(long queryId)-
Methods inherited from class org.apache.iotdb.db.qp.logical.Operator
getTokenIntType, getType, isDebug, isPrefixMatchPath, isQuery, setDebug, setOperatorType, setPrefixMatchPath, toString
-
-
-
-
Constructor Detail
-
KillQueryOperator
public KillQueryOperator(int tokenIntType)
-
KillQueryOperator
public KillQueryOperator(int tokenIntType, Operator.OperatorType operatorType)
-
-
Method Detail
-
setQueryId
public void setQueryId(long queryId)
-
getQueryId
public long getQueryId()
-
generatePhysicalPlan
public PhysicalPlan generatePhysicalPlan(PhysicalGenerator generator) throws QueryProcessException
- Overrides:
generatePhysicalPlanin classOperator- Throws:
QueryProcessException
-
-