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

Method maxLength

java/core/src/java/org/apache/orc/OrcFile.java:305–308  ·  view source on GitHub ↗
(long val)

Source from the content-addressed store, hash-verified

303 }
304
305 public ReaderOptions maxLength(long val) {
306 maxLength = val;
307 return this;
308 }
309
310 public ReaderOptions orcTail(OrcTail tail) {
311 this.orcTail = tail;

Callers 6

getReaderMethod · 0.80
isReadableMethod · 0.80
testEncryptMergeMethod · 0.80
testMaxLengthToReaderMethod · 0.80
getRecordReaderMethod · 0.80
createRecordReaderMethod · 0.80

Calls

no outgoing calls

Tested by 2

testEncryptMergeMethod · 0.64
testMaxLengthToReaderMethod · 0.64