| Package | Description |
|---|---|
| org.apache.druid.segment.virtual |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionPlan.Trait |
ExpressionPlan.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpressionPlan.any(ExpressionPlan.Trait... flags)
Returns true if any of the supplied traits are true in this plan
|
boolean |
ExpressionPlan.is(ExpressionPlan.Trait... flags)
Returns true if all of the supplied traits are true in this plan
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.