Uses of Class
org.apache.hadoop.hive.ql.exec.ExecMapperContext

Packages that use ExecMapperContext
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
 

Uses of ExecMapperContext in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return ExecMapperContext
 ExecMapperContext Operator.getExecContext()
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type ExecMapperContext
 void Operator.passExecContext(ExecMapperContext execContext)
          Pass the execContext reference to every child operator
 void Operator.setExecContext(ExecMapperContext execContext)
           
 



Copyright © 2011 The Apache Software Foundation