Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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() {
Callers
15
statsGeneratedViaStatsTaskParam
Method · 0.95
testUnsafeCasts
Method · 0.95
testVolumeBucketPair
Method · 0.95
computeJoinResourceProfile
Method · 0.95
computeJoinProcessingCost
Method · 0.95
getReducedCardinalityByFilter
Method · 0.95
computeJoinResourceProfile
Method · 0.95
computeJoinProcessingCost
Method · 0.95
groupByJoinedTupleIds
Method · 0.95
computeJoinResourceProfile
Method · 0.95
computeJoinProcessingCost
Method · 0.95
computeBlockingAwareCores
Method · 0.95
Calls
no outgoing calls
Tested by
3
testUnsafeCasts
Method · 0.76
testVolumeBucketPair
Method · 0.76
analyze
Method · 0.76