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.compile |
Runtime code-generation, compilation and bytecode-manipulation utilities.
|
org.apache.drill.exec.rpc.user | |
org.apache.drill.exec.server.options |
Modifier and Type | Field and Description |
---|---|
static TypeValidators.StringValidator |
ClassCompilerSelector.JAVA_COMPILER_VALIDATOR |
Modifier and Type | Class and Description |
---|---|
static class |
InboundImpersonationManager.InboundImpersonationPolicyValidator
Validator for impersonation policies.
|
Modifier and Type | Class and Description |
---|---|
static class |
TypeValidators.AdminUserGroupsValidator
Unless explicitly changed by the user previously, the admin user
groups can only be determined at runtime
|
static class |
TypeValidators.AdminUsersValidator
Unless explicitly changed by the user previously, the admin user
can only be determined at runtime
|
static class |
TypeValidators.DateTimeFormatValidator
Validator that checks if the given DateTime format template is valid.
|
static class |
TypeValidators.EnumeratedStringValidator
Validator that checks if the given value is included in a list of acceptable values.
|
Modifier and Type | Method and Description |
---|---|
String |
BaseOptionManager.getOption(TypeValidators.StringValidator validator) |
String |
OptionSet.getOption(TypeValidators.StringValidator validator)
Gets the string value (from the option value) for the given string validator.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.