MCPcopy 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

addStreamMethod · 0.95
compareToMethod · 0.95
placeStreamsMethod · 0.95
getFileBytesMethod · 0.95
handleStreamMethod · 0.95
writeStreamsMethod · 0.80

Calls

no outgoing calls

Tested by 1

addStreamMethod · 0.76