Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ getDeterminants
Method
getDeterminants
core/src/main/java/org/apache/calcite/util/Arrow.java:84–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
public
ImmutableBitSet getDeterminants() {
85
return
determinants;
86
}
87
88
public
ImmutableBitSet getDependents() {
89
return
dependents;
Callers
9
testMinimalArrowSet
Method · 0.95
ArrowSet
Method · 0.80
dependents
Method · 0.80
equalTo
Method · 0.80
addArrowSet
Method · 0.80
computeMinimalDependencySet
Method · 0.80
mapInputFDs
Method · 0.80
getAggregateFD
Method · 0.80
shiftFdSet
Method · 0.80
Calls
no outgoing calls
Tested by
1
testMinimalArrowSet
Method · 0.76