public static interface IndexedTable.Reader extends Closeable
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
Object |
read(int row)
Read the value at a particular row number.
|
@Nullable Object read(int row)
IndexedTable.numRows()).default void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionCopyright © 2011–2021 The Apache Software Foundation. All rights reserved.