Package org.apache.iotdb.db.qp.strategy
Class PhysicalGenerator
- java.lang.Object
-
- org.apache.iotdb.db.qp.strategy.PhysicalGenerator
-
public class PhysicalGenerator extends java.lang.ObjectUsed to convert logical operator to physical plan
-
-
Constructor Summary
Constructors Constructor Description PhysicalGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalPlangenerateLoadConfigurationPlan(LoadConfigurationOperator.LoadConfigurationOperatorType type)java.util.List<org.apache.iotdb.commons.path.PartialPath>groupVectorPaths(java.util.List<org.apache.iotdb.commons.path.PartialPath> paths)PhysicalPlantransformToPhysicalPlan(Operator operator)
-
-
-
Method Detail
-
transformToPhysicalPlan
public PhysicalPlan transformToPhysicalPlan(Operator operator) throws QueryProcessException
- Throws:
QueryProcessException
-
generateLoadConfigurationPlan
public PhysicalPlan generateLoadConfigurationPlan(LoadConfigurationOperator.LoadConfigurationOperatorType type) throws QueryProcessException
- Throws:
QueryProcessException
-
groupVectorPaths
public java.util.List<org.apache.iotdb.commons.path.PartialPath> groupVectorPaths(java.util.List<org.apache.iotdb.commons.path.PartialPath> paths) throws org.apache.iotdb.commons.exception.MetadataException- Throws:
org.apache.iotdb.commons.exception.MetadataException
-
-