Class SettleOperator
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.Operator
-
- org.apache.iotdb.db.qp.logical.sys.SettleOperator
-
public class SettleOperator 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 SettleOperator(int tokenIntType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalPlangeneratePhysicalPlan(PhysicalGenerator generator)booleangetIsSgPath()org.apache.iotdb.commons.path.PartialPathgetSgPath()java.lang.StringgetTsFilePath()voidsetIsSgPath(boolean isSgPath)voidsetSgPath(org.apache.iotdb.commons.path.PartialPath sgPath)voidsetTsFilePath(java.lang.String tsFilePath)-
Methods inherited from class org.apache.iotdb.db.qp.logical.Operator
getTokenIntType, getType, isDebug, isPrefixMatchPath, isQuery, setDebug, setOperatorType, setPrefixMatchPath, toString
-
-
-
-
Method Detail
-
getSgPath
public org.apache.iotdb.commons.path.PartialPath getSgPath()
-
setSgPath
public void setSgPath(org.apache.iotdb.commons.path.PartialPath sgPath)
-
getTsFilePath
public java.lang.String getTsFilePath()
-
setTsFilePath
public void setTsFilePath(java.lang.String tsFilePath)
-
getIsSgPath
public boolean getIsSgPath()
-
setIsSgPath
public void setIsSgPath(boolean isSgPath)
-
generatePhysicalPlan
public PhysicalPlan generatePhysicalPlan(PhysicalGenerator generator) throws QueryProcessException
- Overrides:
generatePhysicalPlanin classOperator- Throws:
QueryProcessException
-
-