public interface TupleReaderIF
Modifier and Type | Method and Description |
---|---|
void |
close()
INTERNAL: Releases all resources held by the tuple reader.
|
String[] |
readNext()
INTERNAL: Returns the next tuple.
|
String[] readNext()
void close()