Uses of Class
org.apache.hadoop.hive.ql.plan.OpTraits

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

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

Methods in org.apache.hadoop.hive.ql.exec that return OpTraits
 OpTraits Operator.getOpTraits()
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type OpTraits
 void Operator.setOpTraits(OpTraits metaInfo)
           
 

Uses of OpTraits in org.apache.hadoop.hive.ql.plan
 

Fields in org.apache.hadoop.hive.ql.plan declared as OpTraits
protected  OpTraits AbstractOperatorDesc.opTraits
           
 

Methods in org.apache.hadoop.hive.ql.plan that return OpTraits
 OpTraits OperatorDesc.getOpTraits()
           
 OpTraits AbstractOperatorDesc.getOpTraits()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type OpTraits
 void OperatorDesc.setOpTraits(OpTraits opTraits)
           
 void AbstractOperatorDesc.setOpTraits(OpTraits opTraits)
           
 



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