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

Method compare

fe/src/main/java/org/apache/impala/service/Frontend.java:1860–1863  ·  view source on GitHub ↗
(Function f1, Function f2)

Source from the content-addressed store, hash-verified

1858 Collections.sort(fns,
1859 new Comparator<Function>() {
1860 @Override
1861 public int compare(Function f1, Function f2) {
1862 return f1.signatureString().compareTo(f2.signatureString());
1863 }
1864 });
1865 return fns;
1866 }

Callers

nothing calls this directly

Calls 4

expectedTotalCoresMethod · 0.95
signatureStringMethod · 0.80
compareMethod · 0.65
compareToMethod · 0.45

Tested by

no test coverage detected