Uses of Class
org.apache.iotdb.db.qp.physical.PhysicalPlan.PhysicalPlanType
-
Packages that use PhysicalPlan.PhysicalPlanType Package Description org.apache.iotdb.db.qp.physical -
-
Uses of PhysicalPlan.PhysicalPlanType in org.apache.iotdb.db.qp.physical
Methods in org.apache.iotdb.db.qp.physical that return PhysicalPlan.PhysicalPlanType Modifier and Type Method Description static PhysicalPlan.PhysicalPlanTypePhysicalPlan.PhysicalPlanType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PhysicalPlan.PhysicalPlanType[]PhysicalPlan.PhysicalPlanType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-