public interface MoreRows<I extends BaseRowIterator<?>>
| Modifier and Type | Method and Description | 
|---|---|
| static RowIterator | extend(RowIterator iterator,
      MoreRows<? super RowIterator> more) | 
| static UnfilteredRowIterator | extend(UnfilteredRowIterator iterator,
      MoreRows<? super UnfilteredRowIterator> more) | 
| static UnfilteredRowIterator | extend(UnfilteredRowIterator iterator,
      MoreRows<? super UnfilteredRowIterator> more,
      PartitionColumns columns) | 
| I | moreContents() | 
static UnfilteredRowIterator extend(UnfilteredRowIterator iterator, MoreRows<? super UnfilteredRowIterator> more)
static UnfilteredRowIterator extend(UnfilteredRowIterator iterator, MoreRows<? super UnfilteredRowIterator> more, PartitionColumns columns)
static RowIterator extend(RowIterator iterator, MoreRows<? super RowIterator> more)
I moreContents()
Copyright © 2018 The Apache Software Foundation