Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
testToSink
Method · 0.95
Calls
3
getThreadLocalSink
Method · 0.95
toSink
Method · 0.95
toString
Method · 0.65
Tested by
1
testToSink
Method · 0.76