next, Sink
| Modifier and Type | Method and Description |
|---|---|
| public void | |
| public PyObject | |
| public void |
| end | back to summary |
|---|---|
| public void end() Invoked at the end of processing. This method is guarenteed to be called. | |
| next | back to summary |
|---|---|
| public PyObject next() Return the next row from the source.
The following format: | |
| start | back to summary |
|---|---|
| public void start() Invoked at the start of processing. | |