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

Method toLinux

core/src/main/java/org/apache/calcite/util/Util.java:883–885  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

881 }
882
883 public static String toLinux(String s) {
884 return s.replace("\r\n", "\n");
885 }
886
887 /**
888 * Materializes the results of a {@link java.util.Iterator} as a

Callers 15

fooMethod · 0.95
collectMethod · 0.95
checkParseAndConvertMethod · 0.95
toStringMethod · 0.95
testValidateFailsMethod · 0.95
testHintsMethod · 0.95
testHiveDialectMethod · 0.95
testOptimizeMethod · 0.95

Calls 1

replaceMethod · 0.45

Tested by 15

fooMethod · 0.76
collectMethod · 0.76
checkParseAndConvertMethod · 0.76
toStringMethod · 0.76
testValidateFailsMethod · 0.76
testHintsMethod · 0.76
testHiveDialectMethod · 0.76
testOptimizeMethod · 0.76