Create a RecordReader that reads everything with the default options. @return a new RecordReader @since 1.1.0
()
| 729 | * @since 1.1.0 |
| 730 | */ |
| 731 | RecordReader rows() throws IOException; |
| 732 | |
| 733 | /** |
| 734 | * Create a RecordReader that uses the options given. |
no outgoing calls