MCPcopy Create free account
hub / github.com/cmu-db/benchbase / join

Method join

src/main/java/com/oltpbenchmark/util/StringUtil.java:387–390  ·  view source on GitHub ↗

Python join() @param @param delimiter @param items @return

(String delimiter, T... items)

Source from the content-addressed store, hash-verified

385 * @return
386 */
387 @SuppressWarnings("unchecked")
388 public static <T> String join(String delimiter, T... items) {
389 return (join(delimiter, Arrays.asList(items)));
390 }
391
392 /**
393 * Wrap the given string with the control characters to make the text appear bold in the console

Callers 15

currentPhaseStringMethod · 0.95
nextValueMethod · 0.95
generateDataMethod · 0.95
formatMapsMethod · 0.95
writeResultsMethod · 0.95
writeSamplesMethod · 0.95
writeRawMethod · 0.95
finalizeWorkersMethod · 0.80

Calls 3

appendMethod · 0.80
isEmptyMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected