Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/orc
/ getInclude
Method
getInclude
java/core/src/java/org/apache/orc/Reader.java:464–466 ·
view source on GitHub ↗
@since 1.1.0
()
Source
from the content-addressed store, hash-verified
462
* @since 1.1.0
463
*/
464
public
boolean[] getInclude() {
465
return
include;
466
}
467
468
/**
469
* @since 1.1.0
Callers
3
processFile
Function · 0.80
updateSelected
Method · 0.80
SchemaEvolution
Method · 0.80
Implementers
3
BrotliOptions
java/core/src/java/org/apache/orc/impl
ZstdOptions
java/core/src/java/org/apache/orc/impl
ZlibOptions
java/core/src/java/org/apache/orc/impl
Calls
no outgoing calls
Tested by
no test coverage detected