Class LoadConfigurationOperator
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.Operator
-
- org.apache.iotdb.db.qp.logical.sys.LoadConfigurationOperator
-
public class LoadConfigurationOperator extends Operator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoadConfigurationOperator.LoadConfigurationOperatorType-
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 LoadConfigurationOperator(LoadConfigurationOperator.LoadConfigurationOperatorType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalPlangeneratePhysicalPlan(PhysicalGenerator generator)LoadConfigurationOperator.LoadConfigurationOperatorTypegetLoadConfigurationOperatorType()-
Methods inherited from class org.apache.iotdb.db.qp.logical.Operator
getTokenIntType, getType, isDebug, isPrefixMatchPath, isQuery, setDebug, setOperatorType, setPrefixMatchPath, toString
-
-
-
-
Constructor Detail
-
LoadConfigurationOperator
public LoadConfigurationOperator(LoadConfigurationOperator.LoadConfigurationOperatorType type)
-
-
Method Detail
-
getLoadConfigurationOperatorType
public LoadConfigurationOperator.LoadConfigurationOperatorType getLoadConfigurationOperatorType()
-
generatePhysicalPlan
public PhysicalPlan generatePhysicalPlan(PhysicalGenerator generator) throws QueryProcessException
- Overrides:
generatePhysicalPlanin classOperator- Throws:
QueryProcessException
-
-