MCPcopy Create free account
hub / github.com/questdb/questdb / toString

Method toString

core/src/main/java/io/questdb/std/Chars.java:1370–1375  ·  view source on GitHub ↗
(char value)

Source from the content-addressed store, hash-verified

1368 }
1369
1370 public static String toString(char value) {
1371 if (value < CHAR_STRINGS.length) {
1372 return CHAR_STRINGS[value];
1373 }
1374 return Character.toString(value);
1375 }
1376
1377 public static String toString(CharSequence s) {
1378 return s == null ? null : s.toString();

Callers 15

testSymbolAPIMethod · 0.95
assertExactPlanMethod · 0.95
assertPlanContainsMethod · 0.95
assertPlanNotContainsMethod · 0.95
setUpStaticMethod · 0.95
onEventMethod · 0.95
onEventMethod · 0.95
mkdirsMethod · 0.95
testFullJoinIPv4FailsMethod · 0.95
assertFailureMethod · 0.95
strColAsStringArrayMethod · 0.95

Calls 4

getThreadLocalSinkMethod · 0.95
putMethod · 0.95
unescapeMethod · 0.95
toStringMethod · 0.65

Tested by 15

testSymbolAPIMethod · 0.76
assertExactPlanMethod · 0.76
assertPlanContainsMethod · 0.76
assertPlanNotContainsMethod · 0.76
setUpStaticMethod · 0.76
onEventMethod · 0.76
onEventMethod · 0.76
mkdirsMethod · 0.76
testFullJoinIPv4FailsMethod · 0.76
assertFailureMethod · 0.76
strColAsStringArrayMethod · 0.76