MCPcopy Create free account
hub / github.com/crate/crate / max

Method max

server/src/main/java/org/elasticsearch/Version.java:377–379  ·  view source on GitHub ↗

Returns the maximum version between the 2

(Version version1, Version version2)

Source from the content-addressed store, hash-verified

375 * Returns the maximum version between the 2
376 */
377 public static Version max(Version version1, Version version2) {
378 return version1.internalId > version2.internalId ? version1 : version2;
379 }
380
381 /**
382 * Returns the version given its string representation, current version if the argument is null or empty

Callers 15

executeMethod · 0.95
buildMethod · 0.95
getWeightedPageSizeMethod · 0.45
loadNextBatchMethod · 0.45
updateMethod · 0.45
getStartMethod · 0.45
visitAbstractJoinPlanMethod · 0.45
visitHashJoinMethod · 0.45
cutoffMethod · 0.45
growMethod · 0.45
newLengthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected