org.apache.hadoop.hive.ql.exec.persistence
Class MapJoinTableContainerSerDe
java.lang.Object
org.apache.hadoop.hive.ql.exec.persistence.MapJoinTableContainerSerDe
public class MapJoinTableContainerSerDe
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapJoinTableContainerSerDe
public MapJoinTableContainerSerDe(MapJoinObjectSerDeContext keyContext,
MapJoinObjectSerDeContext valueContext)
load
public MapJoinTableContainer load(ObjectInputStream in)
throws HiveException
- Throws:
HiveException
persist
public void persist(ObjectOutputStream out,
MapJoinTableContainer tableContainer)
throws HiveException
- Throws:
HiveException
persistDummyTable
public static void persistDummyTable(ObjectOutputStream out)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation