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

Method println

core/src/main/java/org/apache/calcite/util/Util.java:531–536  ·  view source on GitHub ↗
(
      PrintWriter pw,
      Object o)

Source from the content-addressed store, hash-verified

529 }
530
531 public static void println(
532 PrintWriter pw,
533 Object o) {
534 print(pw, o, 0);
535 pw.println();
536 }
537
538 /**
539 * Formats a double value to a String ensuring that the output

Callers 15

checkFoodMartAllMethod · 0.45
runMethod · 0.45
outputMethod · 0.45
printMethod · 0.45
layoutMethod · 0.45
outputMethod · 0.45
testCsvStreamMethod · 0.45
writeLineMethod · 0.45
createTableMapMethod · 0.45
implementMethod · 0.45
testMetadataColumnsMethod · 0.45
testMetadataColumnsMethod · 0.45

Calls 1

printMethod · 0.95

Tested by 15

checkFoodMartAllMethod · 0.36
outputMethod · 0.36
testCsvStreamMethod · 0.36
writeLineMethod · 0.36
testMetadataColumnsMethod · 0.36
testMetadataColumnsMethod · 0.36
executeQueryMethod · 0.36
testGenerateKeyWordsMethod · 0.36
mainMethod · 0.36
testOneMethod · 0.36
testPuffinMethod · 0.36