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

Method filesystem

java/core/src/java/org/apache/orc/OrcFile.java:300–303  ·  view source on GitHub ↗
(FileSystem fs)

Source from the content-addressed store, hash-verified

298 }
299
300 public ReaderOptions filesystem(FileSystem fs) {
301 this.filesystem = fs;
302 return this;
303 }
304
305 public ReaderOptions maxLength(long val) {
306 maxLength = val;

Callers 15

testHasNullMethod · 0.80
testBaseValueLimitMethod · 0.80
mainMethod · 0.80
buildSchemaMethod · 0.80
writeIsSuccessfulMethod · 0.80
testTooManyDistinctMethod · 0.80
testHalfDistinctMethod · 0.80

Calls

no outgoing calls