Uses of Interface
org.apache.hadoop.hive.ql.exec.NodeUtils.Function

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
<T> void
NodeUtils.iterate(Collection<? extends Node> nodes, Class<T> clazz, NodeUtils.Function<T> function)
           
static void OperatorUtils.iterateParents(Operator<?> operator, NodeUtils.Function<Operator<?>> function)
           
static
<T> void
NodeUtils.iterateTask(Collection<Task<?>> tasks, Class<T> clazz, NodeUtils.Function<T> function)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.