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

Method toSink

core/src/main/java/io/questdb/std/LongHashSet.java:104–107  ·  view source on GitHub ↗
(@NotNull CharSink<?> sink)

Source from the content-addressed store, hash-verified

102 }
103
104 @Override
105 public void toSink(@NotNull CharSink<?> sink) {
106 list.toSinkSorted(sink);
107 }
108
109 @Override
110 public String toString() {

Callers

nothing calls this directly

Calls 1

toSinkSortedMethod · 0.80

Tested by

no test coverage detected