Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getReader
Method · 0.80
isReadable
Method · 0.80
testEncryptMerge
Method · 0.80
testMaxLengthToReader
Method · 0.80
getRecordReader
Method · 0.80
createRecordReader
Method · 0.80
Calls
no outgoing calls
Tested by
2
testEncryptMerge
Method · 0.64
testMaxLengthToReader
Method · 0.64