Uses of Class
org.apache.druid.segment.virtual.ExpressionPlan.Trait
-
Packages that use ExpressionPlan.Trait Package Description org.apache.druid.segment.virtual -
-
Uses of ExpressionPlan.Trait in org.apache.druid.segment.virtual
Methods in org.apache.druid.segment.virtual that return ExpressionPlan.Trait Modifier and Type Method Description static ExpressionPlan.TraitExpressionPlan.Trait. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpressionPlan.Trait[]ExpressionPlan.Trait. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.segment.virtual with parameters of type ExpressionPlan.Trait Modifier and Type Method Description booleanExpressionPlan. 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
-