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

Method createReader

java/core/src/java/org/apache/orc/OrcFile.java:388–391  ·  view source on GitHub ↗
(Path path,
                                    ReaderOptions options)

Source from the content-addressed store, hash-verified

386 }
387
388 public static Reader createReader(Path path,
389 ReaderOptions options) throws IOException {
390 return new ReaderImpl(path, options);
391 }
392
393 public interface WriterContext {
394 /**

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