MCPcopy Index your code
hub / github.com/apache/orc / options

Method options

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

Create a default options object that can be customized for creating a RecordReader. @return a new default Options object @since 1.2.0

()

Source from the content-addressed store, hash-verified

722 * @since 1.2.0
723 */
724 Options options();
725
726 /**
727 * Create a RecordReader that reads everything with the default options.

Implementers 1

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

Calls

no outgoing calls