Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
foo
Method · 0.95
collect
Method · 0.95
checkParseAndConvert
Method · 0.95
toString
Method · 0.95
testValidateFails
Method · 0.95
testValidateUserDefinedAggregate
Method · 0.95
testValidateUserDefinedFunctionInSchema
Method · 0.95
trimEmptyUnion32viaRelBuidler
Method · 0.95
testHints
Method · 0.95
testHiveDialect
Method · 0.95
testOrderByNonSelectColumn
Method · 0.95
testOptimize
Method · 0.95
Calls
1
replace
Method · 0.45
Tested by
15
foo
Method · 0.76
collect
Method · 0.76
checkParseAndConvert
Method · 0.76
toString
Method · 0.76
testValidateFails
Method · 0.76
testValidateUserDefinedAggregate
Method · 0.76
testValidateUserDefinedFunctionInSchema
Method · 0.76
trimEmptyUnion32viaRelBuidler
Method · 0.76
testHints
Method · 0.76
testHiveDialect
Method · 0.76
testOrderByNonSelectColumn
Method · 0.76
testOptimize
Method · 0.76