org.apache.hadoop.hive.ql.exec
Class MapJoinOperator.MapJoinObjectCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.MapJoinOperator.MapJoinObjectCtx
Enclosing class:
MapJoinOperator

public static class MapJoinOperator.MapJoinObjectCtx
extends Object


Constructor Summary
MapJoinOperator.MapJoinObjectCtx(ObjectInspector standardOI, SerDe serde)
           
 
Method Summary
 SerDe getSerDe()
           
 ObjectInspector getStandardOI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapJoinOperator.MapJoinObjectCtx

public MapJoinOperator.MapJoinObjectCtx(ObjectInspector standardOI,
                                        SerDe serde)
Parameters:
standardOI -
serde -
Method Detail

getStandardOI

public ObjectInspector getStandardOI()
Returns:
the standardOI

getSerDe

public SerDe getSerDe()
Returns:
the serde


Copyright © 2009 The Apache Software Foundation