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

Method rows

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

Create a RecordReader that reads everything with the default options. @return a new RecordReader @since 1.1.0

()

Source from the content-addressed store, hash-verified

729 * @since 1.1.0
730 */
731 RecordReader rows() throws IOException;
732
733 /**
734 * Create a RecordReader that uses the options given.

Implementers 1

ReaderImpljava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls