| Package | Description |
|---|---|
| org.apache.drill.exec |
Drill execution engine, including: physical operators, runtime code
generation, planning, RPC layer, Value Vector data structures.
|
| org.apache.drill.exec.planner.physical | |
| org.apache.drill.exec.server.options |
| Modifier and Type | Field and Description |
|---|---|
static TypeValidators.DoubleValidator |
ExecConstants.CPU_LOAD_AVERAGE |
static TypeValidators.DoubleValidator |
ExecConstants.PERCENT_MEMORY_PER_QUERY |
static TypeValidators.DoubleValidator |
ExecConstants.QUEUE_MEMORY_RATIO |
static TypeValidators.DoubleValidator |
ExecConstants.QUEUE_MEMORY_RESERVE |
static TypeValidators.DoubleValidator |
ExecConstants.TEXT_ESTIMATED_ROW_SIZE |
| Modifier and Type | Field and Description |
|---|---|
static TypeValidators.DoubleValidator |
PlannerSettings.FILTER_MAX_SELECTIVITY_ESTIMATE_FACTOR |
static TypeValidators.DoubleValidator |
PlannerSettings.FILTER_MIN_SELECTIVITY_ESTIMATE_FACTOR |
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeValidators.MaxRangeDoubleValidator |
static class |
TypeValidators.MinRangeDoubleValidator |
static class |
TypeValidators.RangeDoubleValidator |
| Modifier and Type | Method and Description |
|---|---|
double |
OptionSet.getOption(TypeValidators.DoubleValidator validator)
Gets the double value (from the option value) for the given double validator.
|
double |
BaseOptionManager.getOption(TypeValidators.DoubleValidator validator) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.