Uses of Enum Class
org.apache.druid.segment.virtual.ExpressionPlan.Trait
Packages that use ExpressionPlan.Trait
-
Uses of ExpressionPlan.Trait in org.apache.druid.segment.virtual
Methods in org.apache.druid.segment.virtual that return ExpressionPlan.TraitModifier and TypeMethodDescriptionstatic ExpressionPlan.TraitReturns the enum constant of this class with the specified name.static ExpressionPlan.Trait[]ExpressionPlan.Trait.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.druid.segment.virtual with parameters of type ExpressionPlan.TraitModifier and TypeMethodDescriptionbooleanExpressionPlan.any(ExpressionPlan.Trait... flags) Returns true if any of the supplied traits are true in this planbooleanExpressionPlan.is(ExpressionPlan.Trait... flags) Returns true if all of the supplied traits are true in this plan