MCPcopy Create free account
hub / github.com/apache/calcite / getArrows

Method getArrows

core/src/main/java/org/apache/calcite/util/ArrowSet.java:247–249  ·  view source on GitHub ↗

Returns all arrows (functional dependencies) in this ArrowSet.

()

Source from the content-addressed store, hash-verified

245 * Returns all arrows (functional dependencies) in this ArrowSet.
246 */
247 public ImmutableList<Arrow> getArrows() {
248 return arrowSet;
249 }
250
251 @Override public ArrowSet clone() {
252 return new ArrowSet(new HashSet<>(this.arrowSet));

Callers 7

testMinimalArrowSetMethod · 0.95
unionMethod · 0.95
toStringMethod · 0.95
getAggregateFDMethod · 0.95
addArrowSetMethod · 0.80
mapInputFDsMethod · 0.80
shiftFdSetMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMinimalArrowSetMethod · 0.76