Package | Description |
---|---|
org.apache.drill.exec.compile |
Runtime code-generation, compilation and bytecode-manipulation utilities.
|
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.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.