| Package | Description |
|---|---|
| org.apache.drill.exec.compile |
Runtime code-generation, compilation and bytecode-manipulation utilities.
|
| org.apache.drill.test |
Provides a variety of test framework tools to simplify Drill unit
tests and ad-hoc tests created while developing features.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassTransformer.ScalarReplacementOption |
ClassTransformer.ScalarReplacementOption.fromString(String s)
Convert a string to an enum value.
|
static ClassTransformer.ScalarReplacementOption |
ClassTransformer.ScalarReplacementOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassTransformer.ScalarReplacementOption[] |
ClassTransformer.ScalarReplacementOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static OptionValue |
QueryTestUtil.setupScalarReplacementOption(Drillbit drillbit,
ClassTransformer.ScalarReplacementOption srOption)
Set up the options to test the scalar replacement retry option (see
ClassTransformer.java).
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.