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