| 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.LongValidator |
ExecConstants.CODE_GEN_EXP_IN_METHOD_SIZE_VALIDATOR |
static TypeValidators.LongValidator |
ExecConstants.HASHAGG_MAX_MEMORY_VALIDATOR |
static TypeValidators.LongValidator |
ExecConstants.HASHAGG_MIN_BATCHES_PER_PARTITION_VALIDATOR |
static TypeValidators.LongValidator |
ExecConstants.HASHAGG_NUM_PARTITIONS_VALIDATOR |
static TypeValidators.LongValidator |
ExecConstants.LARGE_QUEUE_SIZE |
static TypeValidators.LongValidator |
ExecConstants.MAX_QUERY_MEMORY_PER_NODE |
static TypeValidators.LongValidator |
ExecConstants.MIN_MEMORY_PER_BUFFERED_OP |
static TypeValidators.LongValidator |
ExecConstants.QUEUE_THRESHOLD_SIZE |
static TypeValidators.LongValidator |
ExecConstants.QUEUE_TIMEOUT |
static TypeValidators.LongValidator |
ExecConstants.SMALL_QUEUE_SIZE |
| Modifier and Type | Field and Description |
|---|---|
static TypeValidators.LongValidator |
PlannerSettings.IN_SUBQUERY_THRESHOLD |
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeValidators.MaxWidthValidator
Max width is a special validator which computes and validates
the maxwidth.
|
static class |
TypeValidators.PositiveLongValidator |
static class |
TypeValidators.PowerOfTwoLongValidator |
static class |
TypeValidators.RangeLongValidator |
| Modifier and Type | Method and Description |
|---|---|
long |
OptionSet.getOption(TypeValidators.LongValidator validator)
Gets the long value (from the option value) for the given long validator.
|
long |
BaseOptionManager.getOption(TypeValidators.LongValidator validator) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.