Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/orc
/ getArea
Method
getArea
java/core/src/java/org/apache/orc/impl/StreamName.java:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
public
Area getArea() {
88
return
getArea(kind);
89
}
90
91
public
static
Area getArea(OrcProto.Stream.Kind kind) {
92
switch (kind) {
Callers
6
addStream
Method · 0.95
compareTo
Method · 0.95
placeStreams
Method · 0.95
getFileBytes
Method · 0.95
handleStream
Method · 0.95
writeStreams
Method · 0.80
Calls
no outgoing calls
Tested by
1
addStream
Method · 0.76