MCPcopy Index your code
hub / github.com/questdb/questdb / toString

Method toString

core/src/main/java/io/questdb/std/DoubleList.java:308–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306 }
307
308 @Override
309 public String toString() {
310 final Utf16Sink sb = Misc.getThreadLocalSink();
311 toSink(sb);
312 return sb.toString();
313 }
314
315 private boolean equals(DoubleList that) {
316 if (this.pos != that.pos) {

Callers 1

testToSinkMethod · 0.95

Calls 3

getThreadLocalSinkMethod · 0.95
toSinkMethod · 0.95
toStringMethod · 0.65

Tested by 1

testToSinkMethod · 0.76