Uses of Enum Class
io.trino.sql.tree.JsonTablePlan.ParentChildPlanType
Packages that use JsonTablePlan.ParentChildPlanType
-
Uses of JsonTablePlan.ParentChildPlanType in io.trino.sql.tree
Methods in io.trino.sql.tree that return JsonTablePlan.ParentChildPlanTypeModifier and TypeMethodDescriptionJsonTableDefaultPlan.getParentChild()PlanParentChild.getType()Returns the enum constant of this class with the specified name.static JsonTablePlan.ParentChildPlanType[]JsonTablePlan.ParentChildPlanType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type JsonTablePlan.ParentChildPlanTypeModifierConstructorDescriptionJsonTableDefaultPlan(NodeLocation location, JsonTablePlan.ParentChildPlanType parentChildPlanType, JsonTablePlan.SiblingsPlanType siblingsPlanType) PlanParentChild(NodeLocation location, JsonTablePlan.ParentChildPlanType type, PlanLeaf parent, JsonTableSpecificPlan child)