Uses of Class
org.apache.hadoop.hive.serde2.objectinspector.InspectableObject

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

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

Fields in org.apache.hadoop.hive.ql.exec declared as InspectableObject
protected  InspectableObject[] TestOperators.r
           
protected  InspectableObject TestExpressionEvaluator.r
           
 

Methods in org.apache.hadoop.hive.ql.exec that return InspectableObject
 InspectableObject FetchOperator.getNextRow()
          Get the next row.
 InspectableObject DummyStoreOperator.getResult()
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type InspectableObject
protected  void FetchOperator.pushRow(InspectableObject row)
           
 void CollectOperator.retrieve(InspectableObject result)
           
 



Copyright © 2012 The Apache Software Foundation