MCPcopy Create free account
hub / github.com/apache/orc / close

Method close

java/core/src/java/org/apache/orc/RecordReader.java:65–65  ·  view source on GitHub ↗

Release the resources associated with the given reader. @throws java.io.IOException @since 1.1.0

()

Source from the content-addressed store, hash-verified

63 * @since 1.1.0
64 */
65 @Override
66 void close() throws IOException;
67
68 /**

Implementers 3

CsvReaderjava/tools/src/java/org/apache/orc/too
JsonReaderjava/tools/src/java/org/apache/orc/too
RecordReaderImpljava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls