org.apache.hadoop.hive.ql.exec.persistence
Interface MapJoinRowContainer

All Superinterfaces:
AbstractRowContainer<List<Object>>
All Known Implementing Classes:
LazyFlatRowContainer, MapJoinEagerRowContainer

public interface MapJoinRowContainer
extends AbstractRowContainer<List<Object>>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.ql.exec.persistence.AbstractRowContainer
AbstractRowContainer.RowIterator<ROW>
 
Method Summary
 void addRow(Object[] value)
           
 MapJoinRowContainer copy()
           
 byte getAliasFilter()
           
 void write(MapJoinObjectSerDeContext valueContext, ObjectOutputStream out)
           
 
Methods inherited from interface org.apache.hadoop.hive.ql.exec.persistence.AbstractRowContainer
addRow, clearRows, rowCount, rowIter
 

Method Detail

getAliasFilter

byte getAliasFilter()
                    throws HiveException
Throws:
HiveException

copy

MapJoinRowContainer copy()
                         throws HiveException
Throws:
HiveException

addRow

void addRow(Object[] value)
            throws HiveException
Throws:
HiveException

write

void write(MapJoinObjectSerDeContext valueContext,
           ObjectOutputStream out)
           throws IOException,
                  SerDeException
Throws:
IOException
SerDeException


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