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 AutoCloseable
close
in interface Closeable
IOException
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.