MCPcopy Create free account
hub / github.com/apache/orc / equals

Method equals

java/core/src/java/org/apache/orc/impl/StreamName.java:50–58  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

48 }
49
50 @Override
51 public boolean equals(Object obj) {
52 if (obj instanceof StreamName other) {
53 return other.column == column && other.kind == kind &&
54 encryption == other.encryption;
55 } else {
56 return false;
57 }
58 }
59
60 @Override
61 public int compareTo(@NotNull StreamName streamName) {

Callers 15

test1Method · 0.95
testInnerMapRowFilterMethod · 0.45
testUtf8Method · 0.45
testTimestampMethod · 0.45
testStripeLevelStatsMethod · 0.45
test1Method · 0.45
metaDataMethod · 0.45

Calls

no outgoing calls

Tested by 15

test1Method · 0.76
testInnerMapRowFilterMethod · 0.36
testUtf8Method · 0.36
testTimestampMethod · 0.36
testStripeLevelStatsMethod · 0.36
test1Method · 0.36
metaDataMethod · 0.36