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) |
I |
moreContents() |
static UnfilteredRowIterator extend(UnfilteredRowIterator iterator, MoreRows<? super UnfilteredRowIterator> more)
static RowIterator extend(RowIterator iterator, MoreRows<? super RowIterator> more)
I moreContents()
Copyright © 2017 The Apache Software Foundation