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