| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer |
| Modifier and Type | Method and Description |
|---|---|
static SharedWorkOptimizer.Mode |
SharedWorkOptimizer.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedWorkOptimizer.Mode[] |
SharedWorkOptimizer.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SharedWorkOptimizer.sharedWorkOptimization(ParseContext pctx,
org.apache.hadoop.hive.ql.optimizer.SharedWorkOptimizer.SharedWorkOptimizerCache optimizerCache,
List<TableScanOperator> tableScans,
SharedWorkOptimizer.Mode mode,
boolean schemaMerge)
Class wrapping shared work optimizer.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.