Uses of Enum Class
io.trino.sql.tree.JsonTablePlan.SiblingsPlanType
Packages that use JsonTablePlan.SiblingsPlanType
-
Uses of JsonTablePlan.SiblingsPlanType in io.trino.sql.tree
Subclasses with type arguments of type JsonTablePlan.SiblingsPlanType in io.trino.sql.treeMethods in io.trino.sql.tree that return JsonTablePlan.SiblingsPlanTypeModifier and TypeMethodDescriptionJsonTableDefaultPlan.getSiblings()PlanSiblings.getType()Returns the enum constant of this class with the specified name.static JsonTablePlan.SiblingsPlanType[]JsonTablePlan.SiblingsPlanType.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.SiblingsPlanTypeModifierConstructorDescriptionJsonTableDefaultPlan(NodeLocation location, JsonTablePlan.ParentChildPlanType parentChildPlanType, JsonTablePlan.SiblingsPlanType siblingsPlanType) PlanSiblings(NodeLocation location, JsonTablePlan.SiblingsPlanType type, List<JsonTableSpecificPlan> siblings)