org.apache.hadoop.hive.ql.exec.persistence
Class MapJoinObjectSerDeContext

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.persistence.MapJoinObjectSerDeContext

public class MapJoinObjectSerDeContext
extends Object


Constructor Summary
MapJoinObjectSerDeContext(SerDe serde, boolean hasFilter)
           
 
Method Summary
 SerDe getSerDe()
           
 ObjectInspector getStandardOI()
           
 boolean hasFilterTag()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapJoinObjectSerDeContext

public MapJoinObjectSerDeContext(SerDe serde,
                                 boolean hasFilter)
                          throws SerDeException
Throws:
SerDeException
Method Detail

getStandardOI

public ObjectInspector getStandardOI()
Returns:
the standardOI

getSerDe

public SerDe getSerDe()
Returns:
the serde

hasFilterTag

public boolean hasFilterTag()

toString

public String toString()
Overrides:
toString in class Object


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