MCPcopy 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

testMinimalArrowSetMethod · 0.95
ArrowSetMethod · 0.80
dependentsMethod · 0.80
equalToMethod · 0.80
addArrowSetMethod · 0.80
mapInputFDsMethod · 0.80
getAggregateFDMethod · 0.80
shiftFdSetMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMinimalArrowSetMethod · 0.76