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

Method Options

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

@since 1.1.0

()

Source from the content-addressed store, hash-verified

246 * @since 1.1.0
247 */
248 public Options() {
249 // PASS
250 }
251
252 /**
253 * @since 1.1.0

Callers

nothing calls this directly

Implementers 3

BrotliOptionsjava/core/src/java/org/apache/orc/impl
ZstdOptionsjava/core/src/java/org/apache/orc/impl
ZlibOptionsjava/core/src/java/org/apache/orc/impl

Calls 4

getStringAsListMethod · 0.80
getBooleanMethod · 0.45
getIntMethod · 0.45
getDoubleMethod · 0.45

Tested by

no test coverage detected