public class MapJoinTableContainerSerDe extends Object
| Constructor and Description |
|---|
MapJoinTableContainerSerDe(MapJoinObjectSerDeContext keyContext,
MapJoinObjectSerDeContext valueContext) |
| Modifier and Type | Method and Description |
|---|---|
MapJoinObjectSerDeContext |
getKeyContext() |
MapJoinObjectSerDeContext |
getValueContext() |
MapJoinPersistableTableContainer |
load(ObjectInputStream in) |
void |
persist(ObjectOutputStream out,
MapJoinPersistableTableContainer tableContainer) |
static void |
persistDummyTable(ObjectOutputStream out) |
public MapJoinTableContainerSerDe(MapJoinObjectSerDeContext keyContext, MapJoinObjectSerDeContext valueContext)
public MapJoinObjectSerDeContext getKeyContext()
public MapJoinObjectSerDeContext getValueContext()
public MapJoinPersistableTableContainer load(ObjectInputStream in) throws HiveException
HiveExceptionpublic void persist(ObjectOutputStream out, MapJoinPersistableTableContainer tableContainer) throws HiveException
HiveExceptionpublic static void persistDummyTable(ObjectOutputStream out) throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.