Package | Description |
---|---|
org.apache.drill.exec.physical.base | |
org.apache.drill.exec.physical.config |
Modifier and Type | Method and Description |
---|---|
Exchange.ParallelizationDependency |
AbstractExchange.getParallelizationDependency() |
Exchange.ParallelizationDependency |
Exchange.getParallelizationDependency()
Get the parallelization dependency of the Exchange.
|
static Exchange.ParallelizationDependency |
Exchange.ParallelizationDependency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Exchange.ParallelizationDependency[] |
Exchange.ParallelizationDependency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Exchange.ParallelizationDependency |
AbstractDeMuxExchange.getParallelizationDependency()
In DeMuxExchange, sender fragment parallelization and endpoint assignment depends on receiver fragment endpoint
assignments.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.