public class IterableRowsCursorHelper extends Object
| Constructor and Description |
|---|
IterableRowsCursorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static RowBasedCursor<Object[]> |
getCursorFromIterable(Iterable<Object[]> rows,
RowSignature rowSignature)
Creates a cursor that iterates over all the rows generated by the iterable.
|
static RowBasedCursor<Object[]> |
getCursorFromSequence(Sequence<Object[]> rows,
RowSignature rowSignature)
Creates a cursor that iterates over all the rows generated by the sequence.
|
public static RowBasedCursor<Object[]> getCursorFromIterable(Iterable<Object[]> rows, RowSignature rowSignature)
public static RowBasedCursor<Object[]> getCursorFromSequence(Sequence<Object[]> rows, RowSignature rowSignature)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.