MCPcopy Create free account
hub / github.com/apache/impala / create

Method create

fe/src/main/java/org/apache/impala/common/Pair.java:59–61  ·  view source on GitHub ↗
(F first, S second)

Source from the content-addressed store, hash-verified

57 }
58
59 static public <F, S> Pair<F, S> create(F first, S second) {
60 return new Pair<F, S>(first, second);
61 }
62
63 @Override
64 public String toString() {

Calls

no outgoing calls

Tested by 3

testUnsafeCastsMethod · 0.76
testVolumeBucketPairMethod · 0.76
analyzeMethod · 0.76