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.HASHJOIN_BLOOM_FILTER_FPP_VALIDATOR |
static TypeValidators.DoubleValidator |
ExecConstants.HASHJOIN_FRAGMENTATION_FACTOR |
static TypeValidators.DoubleValidator |
ExecConstants.HASHJOIN_HASH_DOUBLE_FACTOR |
static TypeValidators.DoubleValidator |
ExecConstants.HASHJOIN_SAFETY_FACTOR |
static TypeValidators.DoubleValidator |
ExecConstants.OUTPUT_BATCH_SIZE_AVAIL_MEM_FACTOR_VALIDATOR |
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 |
BaseOptionManager.getOption(TypeValidators.DoubleValidator validator) |
double |
OptionSet.getOption(TypeValidators.DoubleValidator validator)
Gets the double value (from the option value) for the given double validator.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.