public static class SparkUtils.SparkRowsIterable extends java.lang.Object implements java.lang.Iterable<ExecRow>, java.util.Iterator<ExecRow>
Constructor and Description |
---|
SparkRowsIterable(java.lang.Iterable<ExecRow> execRows) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<ExecRow> |
iterator() |
ExecRow |
next() |
void |
remove() |
public SparkRowsIterable(java.lang.Iterable<ExecRow> execRows)
public java.util.Iterator<ExecRow> iterator()
iterator
in interface java.lang.Iterable<ExecRow>
public boolean hasNext()
hasNext
in interface java.util.Iterator<ExecRow>
public void remove()
remove
in interface java.util.Iterator<ExecRow>