Package org.apache.drill.common.logical
Class PlanProperties
java.lang.Object
org.apache.drill.common.logical.PlanProperties
Logical plan meta properties.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static enum
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Indicates if the plan has been planned for resource management (memory, etc.) or if this plan must still be computed.int
int
-
Method Summary
-
Field Details
-
type
-
version
public int version -
generator
-
resultMode
-
options
-
queue
public int queue -
hasResourcePlan
public boolean hasResourcePlanIndicates if the plan has been planned for resource management (memory, etc.) or if this plan must still be computed. -
scannedPluginNames
-
-
Method Details
-
builder
-