public interface MapJoinRowContainer extends AbstractRowContainer<List<Object>>
AbstractRowContainer.RowIterator<ROW>
Modifier and Type | Method and Description |
---|---|
void |
addRow(Object[] value) |
MapJoinRowContainer |
copy() |
byte |
getAliasFilter() |
void |
write(MapJoinObjectSerDeContext valueContext,
ObjectOutputStream out) |
addRow, clearRows, hasRows, isSingleRow, rowCount, rowIter
byte getAliasFilter() throws HiveException
HiveException
MapJoinRowContainer copy() throws HiveException
HiveException
void addRow(Object[] value) throws HiveException
HiveException
void write(MapJoinObjectSerDeContext valueContext, ObjectOutputStream out) throws IOException, SerDeException
IOException
SerDeException
Copyright © 2017 The Apache Software Foundation. All rights reserved.