Class UnsetTemplateOperator
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.Operator
-
- org.apache.iotdb.db.qp.logical.sys.UnsetTemplateOperator
-
public class UnsetTemplateOperator 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 UnsetTemplateOperator(int tokenIntType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalPlangeneratePhysicalPlan(PhysicalGenerator generator)org.apache.iotdb.commons.path.PartialPathgetPrefixPath()java.lang.StringgetTemplateName()voidsetPrefixPath(org.apache.iotdb.commons.path.PartialPath prefixPath)voidsetTemplateName(java.lang.String templateName)-
Methods inherited from class org.apache.iotdb.db.qp.logical.Operator
getTokenIntType, getType, isDebug, isPrefixMatchPath, isQuery, setDebug, setOperatorType, setPrefixMatchPath, toString
-
-
-
-
Method Detail
-
getPrefixPath
public org.apache.iotdb.commons.path.PartialPath getPrefixPath()
-
setPrefixPath
public void setPrefixPath(org.apache.iotdb.commons.path.PartialPath prefixPath)
-
getTemplateName
public java.lang.String getTemplateName()
-
setTemplateName
public void setTemplateName(java.lang.String templateName)
-
generatePhysicalPlan
public PhysicalPlan generatePhysicalPlan(PhysicalGenerator generator) throws QueryProcessException
- Overrides:
generatePhysicalPlanin classOperator- Throws:
QueryProcessException
-
-