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

Method clear

core/src/main/java/io/questdb/std/str/StringSink.java:50–52  ·  view source on GitHub ↗
(int pos)

Source from the content-addressed store, hash-verified

48 }
49
50 public void clear(int pos) {
51 this.pos = pos;
52 }
53
54 @Override
55 public void clear() {

Calls

no outgoing calls