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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.persistence.AbstractMapJoinTableContainer
All Implemented Interfaces:
MapJoinTableContainer
Direct Known Subclasses:
HashMapWrapper

public abstract class AbstractMapJoinTableContainer
extends Object
implements MapJoinTableContainer


Method Summary
 Map<String,String> getMetaData()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.hive.ql.exec.persistence.MapJoinTableContainer
clear, entrySet, get, getAnyKey, put, size
 

Method Detail

getMetaData

public Map<String,String> getMetaData()
Specified by:
getMetaData in interface MapJoinTableContainer


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