|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeUtils.Function | |
|---|---|
| org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
| Uses of NodeUtils.Function in org.apache.hadoop.hive.ql.exec |
|---|
| Methods in org.apache.hadoop.hive.ql.exec with parameters of type NodeUtils.Function | ||
|---|---|---|
static
|
NodeUtils.iterate(Collection<? extends Node> nodes,
Class<T> clazz,
NodeUtils.Function<T> function)
|
|
static void |
OperatorUtils.iterateParents(Operator<?> operator,
NodeUtils.Function<Operator<?>> function)
|
|
static
|
NodeUtils.iterateTask(Collection<Task<?>> tasks,
Class<T> clazz,
NodeUtils.Function<T> function)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||