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

Method readerOptions

java/core/src/java/org/apache/orc/OrcFile.java:384–386  ·  view source on GitHub ↗
(Configuration conf)

Source from the content-addressed store, hash-verified

382 }
383
384 public static ReaderOptions readerOptions(Configuration conf) {
385 return new ReaderOptions(conf);
386 }
387
388 public static Reader createReader(Path path,
389 ReaderOptions options) throws IOException {

Callers 15

testMergeMethod · 0.95
testHasNullMethod · 0.95
testConvertFromORCMethod · 0.95
testBaseValueLimitMethod · 0.95
mainMethod · 0.95
ColumnSizesMethod · 0.95
addFileMethod · 0.95
getReaderMethod · 0.95
isReadableMethod · 0.95
mainMethod · 0.95
buildSchemaMethod · 0.95

Calls

no outgoing calls