public abstract class DataExtractor extends Object implements Iterator<Row>
| Constructor and Description |
|---|
DataExtractor() |
| Modifier and Type | Method and Description |
|---|---|
abstract Table<?> |
getTable() |
abstract boolean |
hasNext() |
abstract Row |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic abstract Table<?> getTable()
Copyright © 2021 Open Foris. All rights reserved.