| Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type MapJoinObjectSerDeContext |
void |
LazyFlatRowContainer.add(MapJoinObjectSerDeContext context,
org.apache.hadoop.io.BytesWritable value,
boolean allowLazy)
Called when loading the hashtable. |
static MapJoinKey |
MapJoinKey.read(ByteStream.Output output,
MapJoinKey key,
MapJoinObjectSerDeContext context,
org.apache.hadoop.io.Writable writable,
boolean mayReuseKey)
|
void |
MapJoinKeyObject.read(MapJoinObjectSerDeContext context,
ObjectInputStream in,
org.apache.hadoop.io.Writable container)
|
void |
MapJoinEagerRowContainer.read(MapJoinObjectSerDeContext context,
ObjectInputStream in,
org.apache.hadoop.io.Writable container)
|
void |
MapJoinKeyObject.read(MapJoinObjectSerDeContext context,
org.apache.hadoop.io.Writable container)
|
void |
MapJoinEagerRowContainer.read(MapJoinObjectSerDeContext context,
org.apache.hadoop.io.Writable currentValue)
|
void |
MapJoinRowContainer.write(MapJoinObjectSerDeContext valueContext,
ObjectOutputStream out)
|
void |
MapJoinKeyObject.write(MapJoinObjectSerDeContext context,
ObjectOutputStream out)
|
void |
MapJoinKeyBytes.write(MapJoinObjectSerDeContext context,
ObjectOutputStream out)
|
abstract void |
MapJoinKey.write(MapJoinObjectSerDeContext context,
ObjectOutputStream out)
|
void |
MapJoinEagerRowContainer.write(MapJoinObjectSerDeContext context,
ObjectOutputStream out)
|
void |
LazyFlatRowContainer.write(MapJoinObjectSerDeContext valueContext,
ObjectOutputStream out)
|